title | author | description | keywords | dev_langs | category | subcategory | experimental | discussion-id | issue-id | icon | |
---|---|---|---|---|---|---|---|---|---|---|---|
MarkdownTextBlock |
nerocui |
A control for displaying markdown natively. |
MarkdownTextBlock, Control, Layout |
|
Controls |
StatusAndInfo |
true |
0 |
0 |
Assets/MarkdownTextBlock.png |
MarkdownTextBlock is a evolution of the existing MarkdownTextBlock in the community toolkit. This new implementation uses the popular Markdig library for parsing. This solves some long standing bugs and feature gaps in our existing implementation.
The Toolkit is built with templated controls. This provides developers a flexible way to restyle components easily while still inheriting the general functionality a control provides. The examples below show how a component can use a default style and then get overridden by the end developer.
[!Sample MarkdownTextBlockCustomSample]