Sections - specs for 'link_url' and other tags using in 2.0 sections?

hi there, I use the FLOW theme and want to use the ‘link_url’ to point to a named anchor on the same page.

is there a definition of what is allowed in the ‘link_url’ variable?

I want to include something this:

"link_url": "<a href="#beginner-anchor">beginner</a>"

but I can only select pages via a populated pulldown and end up with code like this, which isn’t useful :

 "link_url": "shopify:\/\/collections\/yoga-bolsters",

here’s a snippet of the json for this template:

 },
"1664752789c50463df-3": {
"type": "navigation_link",
"disabled": true,
"settings": {
"link_url": "",
"link_text": "link to another anchor on same page"
}
},

thanks for any help!

anyone?!

ok, so I can use an https: style command using the full path, would rather have a short hand way of doing this i.e. link_url:#anchor but that may not be possible.

“link_url”: “https://mywebsite.com/blogs/article#anchor”