Package-level declarations
Functions
Link copied to clipboard
.code lang:{String? = null} \
caption:{InlineMarkdownContent? = null} \
linenumbers:{Boolean = true} \
focus:{Range? = null} \
ref:{String? = null} \
code:{EvaluableString}
-> NodeContent copied to clipboard
Link copied to clipboard
.loremipsum -> StringContent copied to clipboard
Link copied to clipboard
.match content:{InlineMarkdownContent} \
pattern:{String} \
replacement:{Lambda}
-> NodeContent copied to clipboard
Finds every substring of content that matches the regular expression pattern and replaces each match with the inline content produced by replacement.
Link copied to clipboard
.text text:{InlineMarkdownContent} \
size:{TextTransformData.Size? = null} \
weight:{TextTransformData.Weight? = null} \
style:{TextTransformData.Style? = null} \
decoration:{TextTransformData.Decoration? = null} \
case:{TextTransformData.Case? = null} \
variant:{TextTransformData.Variant? = null} \
script:{TextTransformData.Script? = null} \
color:{Color? = null} \
url:{String? = null} \
classname:{String? = null}
-> NodeContent copied to clipboard
Creates an inline text node with specified formatting and transformation.