Crate vertigo_cmark

Crate vertigo_cmark 

Source

Structs§

CMarkStyle
Options
Option struct containing flags for enabling extra features that are not part of the CommonMark spec.

Functions§

to_vertigo
Converts a CommonMark string to Vertigo tree with default options and styling.
to_vertigo_opts
Converts a CommonMark string to Vertigo tree with provided Options and default styling.
to_vertigo_opts_styled
Converts a CommonMark string to Vertigo tree with provided Options and provided styling.
to_vertigo_styled
Converts a CommonMark string to Vertigo tree with default options and provided styling.