Shinexyt.Markdig.Wpf
0.43.4
dotnet add package Shinexyt.Markdig.Wpf --version 0.43.4
NuGet\Install-Package Shinexyt.Markdig.Wpf -Version 0.43.4
<PackageReference Include="Shinexyt.Markdig.Wpf" Version="0.43.4" />
<PackageVersion Include="Shinexyt.Markdig.Wpf" Version="0.43.4" />
<PackageReference Include="Shinexyt.Markdig.Wpf" />
paket add Shinexyt.Markdig.Wpf --version 0.43.4
#r "nuget: Shinexyt.Markdig.Wpf, 0.43.4"
#:package Shinexyt.Markdig.Wpf@0.43.4
#addin nuget:?package=Shinexyt.Markdig.Wpf&version=0.43.4
#tool nuget:?package=Shinexyt.Markdig.Wpf&version=0.43.4
Markdig-WPF 
Note: This repository is forked from Kryptos-FR/markdig-wpf
Key Enhancement: This fork adds Mathematics/LaTeX support with visual rendering powered by WPF-Math. See Math-Demo.md and LaTeX-Syntax-Test.md for examples and demonstrations.
A WPF library for xoofx/markdig
The project is split into two parts:
The WPF renderer allows you to transform markdown text to an equivalent FlowDocument that can then be used in a WPF control. For convenience an implementation of such control is given in MarkdownViewer.
The XAML renderer outputs a string in a similar way as the HTML renderer. This string can then be saved into a file or parsed by an application. It is less complete compared to the WPF renderer.
Markdig.Xaml.SampleApp illustrates a way to utilize the parsed XAML at runtime. It should be fine for small documents but might not be the best way for bigger one.
Features
Supports all standard features from Markdig (i.e. fully CommonMark compliant).
Additionally, the following extensions are supported:
- Auto-links
- Task lists (WPF renderer only)
- Tables (partial support of grid and pipe tables) (WPF renderer only)
- Extra emphasis
- Mathematics/LaTeX with dual delimiter support:
- Markdown style:
$...$(inline) and$$...$$(block) - LaTeX style:
\(...\)(inline) and\[...\](block)
- Markdown style:
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.