Table of Content
Raws are elements to be rendered as-is by the compiler.
1. Inline raws 🔗
Inline raws are meant to be used inside a paragraph and thus, don't break the paragraph. Here's the syntax for inline raws: {?[kind=inline] CONTENT ?}
. Here, CONTENT
will added directly to the resulting document.
Example
Raws are better paired with Lua, see Defining a custom style for how to use them.
2. Block raws 🔗
You can have raw elements take a full block to define additional capabilities. The syntax is similar to inline raws, except that kind=block
is used instead.
Example