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
                    
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="Shinexyt.Markdig.Wpf" Version="0.43.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Shinexyt.Markdig.Wpf" Version="0.43.4" />
                    
Directory.Packages.props
<PackageReference Include="Shinexyt.Markdig.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Shinexyt.Markdig.Wpf --version 0.43.4
                    
#r "nuget: Shinexyt.Markdig.Wpf, 0.43.4"
                    
#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.
#:package Shinexyt.Markdig.Wpf@0.43.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Shinexyt.Markdig.Wpf&version=0.43.4
                    
Install as a Cake Addin
#tool nuget:?package=Shinexyt.Markdig.Wpf&version=0.43.4
                    
Install as a Cake Tool

Markdig-WPF NuGet

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)
Product 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. 
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
0.43.4 37 11/1/2025
0.43.3 35 11/1/2025
0.43.2 40 11/1/2025
0.43.1 36 11/1/2025