Function iced::widget::markdown

source ยท
pub fn markdown<'a, Theme, Renderer>(
    items: impl IntoIterator<Item = &'a Item>,
    settings: Settings,
    style: Style,
) -> Element<'a, Url, Theme, Renderer>
where Theme: Catalog + 'a, Renderer: Renderer<Font = Font> + 'a,
Expand description

Display a bunch of Markdown items.

You can obtain the items with parse.