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§
- Arguments for a markdown block quote view.
- Arguments for a markdown code block view.
- Arguments for a markdown inlined code text view.
- Arguments for a markdown footnote definition view.
- Arguments for a markdown footnote reference view.
- Arguments for a markdown heading view.
- Arguments for a markdown image view.
- Arguments for the
LINK_EVENT
. - Arguments for a markdown inlined link view.
- Arguments for a markdown list view.
- Arguments for a markdown list item bullet, check mark or number.
- Arguments for a markdown list item view.
W
Render markdown styled text.- Markdown text run style.
- Arguments for a markdown panel.
- Arguments for a markdown paragraph view.
- Arguments for a markdown rule view.
- Arguments for a markdown table cell view.
- Arguments for a markdown table view.
- Arguments for a markdown text view.
Enums§
- Markdown image resolver.
- Markdown link resolver.
Statics§
- Event raised by markdown links when clicked.
Traits§
- Markdown extension methods for widget info.
Functions§
P
Set a label that identifies the widget in the context of the parent markdown.P
Widget function that convertsBlockQuoteFnArgs
to widgets.P
Widget function that convertsCodeBlockFnArgs
to widgets.P
Widget function that convertsCodeInlineFnArgs
to widgets.P
Widget function that convertsFootnoteDefFnArgs
to widgets.P
Widget function that convertsFootnoteRefFnArgs
to widgets.- Generate an anchor label for a header.
P
Widget function that convertsHeadingFnArgs
to widgets.P
Widget function that convertsImageFnArgs
to widgets.P
Markdown image resolver.P
Widget function that convertsLinkFnArgs
to widgets.P
Markdown link resolver.P
Scroll-to mode used by anchor links.P
Widget function that convertsListFnArgs
to widgets.P
Widget function that convertsListItemBulletFnArgs
to widgets.P
Widget function that convertsListItemFnArgs
to widgets.P
Markdown link click.P
Previewon_link
event.P
Widget function that convertsPanelFnArgs
to a widget.P
Widget function that convertsParagraphFnArgs
to widgets.P
Widget function that convertsRuleFnArgs
to widgets.P
Widget function that convertsTableFnArgs
to widgets.P
Widget function that convertsTextFnArgs
to widgets.