Skip to main content

Module markdown

Module markdown 

Source
Expand description

Markdown rendering module – parses CommonMark and produces styled terminal output.

Port of Python’s rich/markdown.py, using the pulldown-cmark crate (a CommonMark-compliant markdown parser) instead of Python’s markdown_it.

Structs§

Markdown
Renders Markdown-formatted text to styled terminal output.