Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.73 KB

MarkdownTextBlock.md

File metadata and controls

34 lines (27 loc) · 1.73 KB
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
csharp
Controls
StatusAndInfo
true
0
0
Assets/MarkdownTextBlock.png

MarkdownTextBlock

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.

Templated Controls

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]