Expand description
Rendering tasks and agendas as markdown or HTML.
These functions produce the text the CLI writes to --output; embedders
that build their own UI can ignore them and read the structures directly.
Headings are sanitised here: characters that render as nothing but reorder
or hide surrounding text are dropped rather than passed through.
Functionsยง
- render_
days_ html - Render day agendas as HTML
- render_
days_ markdown - Render day agendas as Markdown
- render_
html - Render tasks as HTML
- render_
markdown - Render tasks as Markdown