Skip to main content

Markdown

Function Markdown 

Source
pub fn Markdown(props: MarkdownProps) -> impl IntoView
Expand description

Parses the source signal as Markdown and renders it reactively. Supports headings, paragraphs, fenced code, ordered and unordered lists, blockquotes, horizontal rules, and inline bold, italic, code, and links.

ยงRequired Props