MarkdownSection
The MarkdownSection
component allows for rendering a block of Markdown as HTML.
Examples
Default
Markdown:
text in *italics* and **bold**Renders as:
Download:
Markdown from an asset
Download:
Documentation
MarkdownSection Class
Parameters
Name | Type | Default | Description |
---|---|---|---|
Content | string? | ||
FromAsset | string? | ||
HtmlContent | MarkupString |
EventCallbacks
Name | Type | Description |
---|---|---|
OnContentConverted | EventCallback |