.inline-link
Element
Inline link that renders within parent text element - navigates to URL or block
Syntax
.inline-link https://example.com
Inline link to URL (URL shown as label)
.inline-link https://example.com "Link Label"
Inline link to URL with custom label
.inline-link $url
Inline link to variable URL
.inline-link $url "Link Label"
Inline link to variable URL with custom label
.inline-link [block]
Inline link to block (block name as label)
.inline-link [block] "Link Label"
Inline link to block with custom label