Module cursive::utils::markup::markdown

source ·
Available on crate feature markdown only.
Expand description

Parse markdown text.

Needs the markdown feature to be enabled.

Structs§

  • Iterator that parse a markdown text and outputs styled spans.

Functions§

  • Parses the given string as markdown text.
  • Parse the given markdown text into a list of spans.