Crate cmark_gfm

Source

Structs§

Options
Options that can be passed to the parser, defined by libcmark-gfm.
Parser
An abstraction of the libcmark-gfm parser, a CommonMark parser supporting GitHub Flavored Markdown, using libcmark-gfm bindings.
Render
Abstraction allowing the rendering of the abstract CommonMark document in several formats.

Functions§

markdown_to_html
Convert “content” (assumed to be a UTF-8 encoded string) from CommonMark Markdown to HTML.