Just finished my new XAML to Markdown/HTML NuGet packages – have a try! #10896
SetTrend
started this conversation in
Show and tell
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am proud to announce I just finished my new family of XAML converter NuGet packages:
➤ XAML to Markdown converter ⮜
Converts Markdown to XAML Flow Document content and vice versa.
➤ XAML to HTML converter ⮜
Converts HTML to XAML Flow Document content and vice versa.
With my new packages, it's very easy now to process Markdown and HTML content in WPF applications.
From the ReadMe.md:
WPF Flow Document Converters provide high-performance, low-allocating conversion from WPF flow document content to Markdown/HTML and vice versa. They are extensible and easy to use.
Easily convert WPF flow document text content specified by a Microsoft WPF TextRange object or a XAML stream to the Markdown or HTML language format, and vice versa.
WPF Flow Document Converter use .NET capabilities. They provide powerful conversion options and empower developers to use the Markdown and HTML text formats in WPF applications.
Here's the link to the Nuget packages:
AxDa.XamlDocConverters on NuGet.org
Take a first look and try out this testing tool I wrote for live testing of these packages:
Here's the link to my testing tool repository and compiled program download on GitHub:
https://github.com/SetTrend/XamlDocConverter_TestTool
Watch This Great Tutorial Video:
Beta Was this translation helpful? Give feedback.
All reactions