Skip to main content

Module html

Module html 

Source
Expand description

HTML renderer — renders ContentNode to HTML output.

Produces HTML with:

  • <span> elements with inline styles for text styling
  • <table> elements for tables
  • <pre><code> for code blocks
  • Placeholder <div> for charts
  • <dl> for key-value pairs

Structs§

HtmlRenderer
Renders ContentNode trees to HTML.