Expand description
linemd is a simple markdown parsing library.
Modules§
- HTML rendering of tokens.
- Parser types used to parse markdown.
- SVG rendering of tokens.
Structs§
- SVG rendering configuration for
render_as_svg.
Enums§
- Value that specifies the dimensions of an SVG document.
Traits§
- The core of this crate. This trait implements markdown parsing, and several utilities.
Functions§
- Renders parsed tokens as HTML.
- Renders parsed tokens as SVG.