[Enhancement] MarkdownTextBlock
See original GitHub issueIn one o the recent releases to the UWP Toolkit, a MarkdownTextBlock
control was introduced, and it looks pretty awesome. Would anyone else find this useful (thought - it could be used in the MetroDemo rework to display a user guide)
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
MarkdownTextBlock - Windows Community Toolkit
Property Type Description
Header1FontSize double Gets or sets the font size for level 1 headers
Header1Margin Thickness Gets or sets the margin for level 1...
Read more >Windows Community Toolkit | XAML Brewer, by Diederik Krols
Another nice improvement is the better vertical alignment of the ... the Community Toolkit's MarkdownTextBlock as a decent alternative.
Read more >A Look at the Windows Community Toolkit for UWP
One particularly interesting control is the MarkdownTextBlock. ... Rx.NET v6.0: Enhancing Compatibility, Trimming Support, and Many More ...
Read more >UWP Community Toolkit changelog - Awesome .NET - LibHunt
#3437: MarkdownTextBlock control is now in an independent package. We are working to split our Controls package into more easily consumable chunks for...
Read more >Documentation
The vast majority of the enhancements made rely on the existence of generic inline and block elements in Markdown. ... Markdown text block...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
There’s a nice markdown control available, Markdig.wpf.
I created a demo app using the MahApps’s Quick Start guide and added following lines to
MainWindow.xaml
:Here’s the result:
@thoemmi congratulations, you’re my favorite person today (for whatever that is worth 😆)