pub fn Markdown(props: MarkdownProps) -> impl IntoViewExpand 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
- source:
impl Into<Signal<String>>