Expand description
Re-export of the koine renderer, which moved into the engine
core when | markdown / | html / | atrep became pipeline
stages (the stage and the export button are the same verb).
The extension, the wasm builds, and the notebook exporters
keep their quarb_text::render_* paths through this shim.
Enums§
- Render
- The output markup of a render call.
Functions§
- render_
node - Render one subtree. For litogramma the document opens with
its dialektos declaration, so every rendered subtree is a
valid
.atdfrom byte one. - render_
nodes - Render each node’s subtree in order, blank-line separated.
- render_
values - Render value results: one line each for plain text,
blank-line-separated paragraphs for Markdown, escaped
<p>lines for HTML.