Skip to main content

Module markdown

Module markdown 

Source
Expand description

Markdown renderer — renders ContentNode to GitHub-Flavored Markdown.

Produces:

  • Plain text for styled text (markdown has limited inline styling)
  • GFM pipe tables
  • Fenced code blocks with language tags
  • Placeholder text for charts
  • Key-value as bold key / plain value lines

Structs§

MarkdownRenderer
Renders ContentNode trees to GitHub-Flavored Markdown.