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.