Module iced::widget::markdown

source ·
Available on crate feature markdown only.
Expand description

Parse and display Markdown.

You can enable the highlighter feature for syntax highligting in code blocks.

Only the variants of Item are currently supported.

Structs§

  • A text highlight.
  • Configuration controlling Markdown rendering in view.
  • The text styling of some Markdown rendering in view.
  • A bunch of parsed Markdown text.
  • A parsed URL record.

Enums§

Traits§

  • The theme catalog of Markdown items.

Functions§

  • Parse the given Markdown content.
  • Display a bunch of Markdown items.