Module zng::markdown

source ·
Expand description

Markdown widget, properties and other types.

This widget displays CommonMark text, without support for HTML code yet .

zng::markdown::Markdown! {
    txt = "# Title\n\n- List item 1.\n- List item 2.";
}

§Full API

See zng_wgt_markdown for the full widget API.

Structs§

Enums§

Statics§

  • Event raised by markdown links when clicked.

Traits§

Functions§