/

For the complete documentation index, see llms.txt. This page is also available as Markdown.

On this page

Text

The .text inline function provides extensive text formatting that cannot be expressed in plain Markdown.

ParameterAccepts
text (mandatory)Inline content.
sizetiny (50%), small (75%), normal (100%), medium (125%), large (150%), larger (200%), huge (300%)
weightnormal, bold
stylenormal, italic
decorationunderline, overline, underoverline, strikethrough, all
caseuppercase, lowercase, capitalize
variantnormal, smallcaps
scriptsub (subscript), sup (superscript)
urlURL to link to. If set, the text becomes a link. If the URL is set but empty, the text content itself is used as the URL (assuming it represents a valid URL).

Example 1

##! A demo of .text {Quarkdown} variant:{smallcaps}

The .text {quick brown fox} size:{large} decoration:{underoverline} jumps over the lazy dog.

A demo of Quarkdown

The quick brown fox jumps over the lazy dog.