[][src]Crate pulldown_cmark_to_cmark

Structs

Options

Configuration for the cmark function. The defaults should provide decent spacing and most importantly, will provide a faithful rendering of your markdown document particularly when rendering it to HTML.

State

The state of the cmark function. This does not only allow introspection, but enables the user to halt the serialization at any time, and resume it later.

Enums

Alignment

Similar to Pulldown-Cmark-Alignment, but with required traits for comparison to allow testing.

Constants

SPECIAL_CHARACTERS

Functions

cmark

As cmark_with_options, but with default Options.

cmark_with_options

Serialize a stream of pulldown-cmark-Events into a string-backed buffer.