Expand description
Tp-Note’s high level HTML rendering API.
A set of functions that take a Context
type and a Content
type (or raw
text) and return the HTML rendition of the content. The API is completely
stateless. All functions read the LIB_CFG
global variable to read the
configuration stored in LibCfg.tmpl_html
.
Structs§
- Html
Renderer - High level API to render a note providing its
content
and somecontext
.