Module html

Module html 

Source
Expand description

HTML generation from parsed content.

Converts parsed content into final HTML pages using templates.

Structs§

HtmlGenerator
HTML page generator.

Enums§

HtmlError
HTML generation errors.

Functions§

list_item_html
Generate HTML for a list item (used in list pages).
pagination_html
Generate pagination HTML.

Type Aliases§

Result
Result type for HTML generation.