Skip to main content

Module render

Module render 

Source
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 .atd from 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.