Render API

Render

The render module implements the DSL Mendoza uses for generating HTML. The language that is used is meant to be generated by other tools, like the markup engine or the template engine, so it is as uniform as possible, and not particularly terse. In most cases, you will not need to generate a document tree by hand.

Index

render

Reference

renderfunction
mendoza/render.janet at line 38, column 1
(render node buf)

Render a document node into HTML. Returns a buffer.