Skip to main content

Module html

Module html 

Source

Structs§

HtmlEmitter
Emits static HTML by reacting to walker enter/leave events. Container nodes split into open_tag / close_tag halves; leaves write their markup once on enter. Tables are rendered up-front in enter Table (rows + cells aren’t Node variants the walker can surface) and in_table_depth suppresses subsequent walker events on cell content.
RenderOptions

Functions§

render_html
render_html_with