WpfMarkdown 1.0.0
dotnet add package WpfMarkdown --version 1.0.0
NuGet\Install-Package WpfMarkdown -Version 1.0.0
<PackageReference Include="WpfMarkdown" Version="1.0.0" />
<PackageVersion Include="WpfMarkdown" Version="1.0.0" />
<PackageReference Include="WpfMarkdown" />
paket add WpfMarkdown --version 1.0.0
#r "nuget: WpfMarkdown, 1.0.0"
#:package WpfMarkdown@1.0.0
#addin nuget:?package=WpfMarkdown&version=1.0.0
#tool nuget:?package=WpfMarkdown&version=1.0.0
WpfMarkdown
WpfMarkdown is a WPF Markdown viewer control built on Markdig. It renders Markdown into a themed FlowDocument with support for light and dark themes, tables, code blocks, syntax highlighting, math, images, links, and a safe subset of HTML.
Install
dotnet add package WpfMarkdown
Usage
Add the control namespace to your WPF view:
<Window
xmlns:markdown="clr-namespace:WpfMarkdown.Controls;assembly=WpfMarkdown.Controls">
<markdown:MarkdownViewer Markdown="{Binding MarkdownText}" Theme="Light" />
</Window>
The built-in themes are selected through MarkdownViewerTheme.Light and MarkdownViewerTheme.Dark.
Target Frameworks
The package targets:
- .NET Framework 4.6.2
- .NET 6 Windows
- .NET 8 Windows
- .NET 10 Windows
Because this is a WPF control, the package targets Windows-specific frameworks instead of netstandard.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. net10.0-windows7.0 is compatible. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- ColorCode.Core (>= 2.0.15)
- HtmlAgilityPack (>= 1.12.4)
- Markdig (>= 1.3.2)
- WpfMath (>= 2.1.0)
-
net10.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- HtmlAgilityPack (>= 1.12.4)
- Markdig (>= 1.3.2)
- WpfMath (>= 2.1.0)
-
net6.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- HtmlAgilityPack (>= 1.12.4)
- Markdig (>= 1.3.2)
- WpfMath (>= 2.1.0)
-
net8.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- HtmlAgilityPack (>= 1.12.4)
- Markdig (>= 1.3.2)
- WpfMath (>= 2.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 42 | 7/8/2026 |