Crate markdown_that
Source - common
- Self-contained modules used for miscellaneous purposes.
- generics
- Use these to build your own Markdown syntax.
- parser
- Parser itself and stuff that allows you to extend it.
- plugins
- Ready-to-use plugins. Everything, including basic markdown syntax, is a plugin.
- MarkdownThat
- Main parser struct, created once and reused for parsing multiple documents.
- Node
- Single node in the CommonMark AST.
- NodeValue
- Contents of the specific AST node.
- Renderer
- Each node outputs its HTML using this API.