Package-level declarations

Functions

Link copied to clipboard
.code   lang:{String? = null}
linenumbers:{Boolean = true}
focus:{Range? = null}
code:{EvaluableString}
-> Node

Creates a code block. Contrary to its standard Markdown implementation with backtick/tilde fences, this function accepts function calls within its code argument, hence it can be used - for example - in combination with read to load code from file.

Link copied to clipboard
.loremipsum -> String
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}
color:{Color? = null}
url:{String? = null}
-> Node

Creates an inline text node with specified formatting and transformation.