WPF-UI.Markdown
3.0.5.5
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Framework 4.6.2
This package targets .NET Framework 4.6.2. The package is compatible with this framework or higher.
dotnet add package WPF-UI.Markdown --version 3.0.5.5
NuGet\Install-Package WPF-UI.Markdown -Version 3.0.5.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WPF-UI.Markdown" Version="3.0.5.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WPF-UI.Markdown --version 3.0.5.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WPF-UI.Markdown, 3.0.5.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WPF-UI.Markdown as a Cake Addin #addin nuget:?package=WPF-UI.Markdown&version=3.0.5.5 // Install WPF-UI.Markdown as a Cake Tool #tool nuget:?package=WPF-UI.Markdown&version=3.0.5.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WPF-UI.Markdown
WPF UI Markdown is based on WPF UI, and provides the simple markdown viewer.
Pure C# Markdown Viewer without any Webview Engine.
Some Markdown feature are not supported in WPF.
See the example for how to use.
Usage
<Application
xmlns:md="http://schemas.lepo.co/wpfui/2022/xaml/markdown"
xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ui:ThemesDictionary Theme="Dark" />
<ui:ControlsDictionary />
<md:ThemesDictionary Theme="Dark" />
<md:ControlsDictionary />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
<md:MarkdownViewer Markdown="{Binding Markdown}" />
Syntax
Support following markdown syntax.
CodeBlock
Code
Heading
Hyperlink
Image
QuoteBlock
Table
TaskList
ThematicBreak
Subscript
Superscript
StrikeThrough
Inserted
Marked
Screenshot
Thanks to
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net7.0-windows7.0 is compatible. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0-windows7.0 is compatible. |
.NET Framework | net462 is compatible. net463 was computed. net47 is compatible. net471 is compatible. net472 is compatible. net48 is compatible. net481 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.2
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
.NETFramework 4.7
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
.NETFramework 4.7.1
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
.NETFramework 4.7.2
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
.NETFramework 4.8
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
.NETFramework 4.8.1
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
net6.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
net7.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
net8.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
-
net9.0-windows7.0
- ColorCode.Core (>= 2.0.15)
- Markdig (>= 0.38.0)
- WPF-UI (>= 3.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.