Crate mdast_util_to_markdown

Crate mdast_util_to_markdown 

Source
Expand description

API.

JS equivalent: https://github.com/syntax-tree/mdast-util-to-markdown/blob/main/lib/index.js.

Structs§

Options
Configuration.

Enums§

IndentOptions
Configuration for indent of lists.

Functions§

to_markdown
Turn an mdast syntax tree into markdown.
to_markdown_with_options
Turn an mdast syntax tree, with options, into markdown.