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