Crate linemd

Source
Expand description

linemd is a simple markdown parsing library.

Modules§

html
HTML rendering of tokens.
parser
Parser types used to parse markdown.
svg
SVG rendering of tokens.

Structs§

SvgConfig
SVG rendering configuration for render_as_svg.

Enums§

SvgViewportDimensions
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.