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.