Package-level declarations
Functions
Link copied to clipboard
Defines a custom function that can be called later in the document. The amount of parameters (thus of expected arguments) is determined by the amount of explicit lambda parameters. Arguments can be accessed as a function call via their names. The return type of the function is dynamic, hence it can be used as an input of various types for other function calls.
Link copied to clipboard
.node -> Node
Content copied to clipboard
Creates a null invisible node that forces the expression it lies in to be evaluated as Markdown content. This is a workaround that can be used at the beginning of lambda blocks (e.g. in a .function
, .if
or .foreach
call) in case the visible output does not match the expected one.