WPF-UI.Markdown 3.0.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package WPF-UI.Markdown --version 3.0.5.3                
NuGet\Install-Package WPF-UI.Markdown -Version 3.0.5.3                
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.3" />                
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.3                
#r "nuget: WPF-UI.Markdown, 3.0.5.3"                
#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.3

// Install WPF-UI.Markdown as a Cake Tool
#tool nuget:?package=WPF-UI.Markdown&version=3.0.5.3                

WPF UI Banner Dark

WPF UI Banner Light

WPF-UI.Markdown

GitHub license NuGet VS 2022 Downloads Actions Platform

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

image-20240913172834279

Thanks to

Product 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. 
.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.

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
3.0.5.5 91 11/20/2024
3.0.5.4 71 11/20/2024
3.0.5.3 119 10/8/2024
3.0.5.2 110 9/23/2024
3.0.5.1 144 9/19/2024
3.0.5 110 9/13/2024