Skip to main content

Module renderers

Module renderers 

Source
Expand description

Content renderers for various output targets.

Each renderer implements ContentRenderer to produce formatted output from a ContentNode tree.

Modules§

html
HTML renderer — renders ContentNode to HTML output.
json
JSON renderer — renders ContentNode to a structured JSON tree.
markdown
Markdown renderer — renders ContentNode to GitHub-Flavored Markdown.
plain
Plain text renderer — renders ContentNode with no ANSI formatting.
terminal
Terminal renderer — renders ContentNode to ANSI-escaped terminal output.
terminal_chart
Terminal chart rendering using Braille and block characters.