Markdig 0.12.2
See the version list below for details.
dotnet add package Markdig --version 0.12.2
NuGet\Install-Package Markdig -Version 0.12.2
<PackageReference Include="Markdig" Version="0.12.2" />
<PackageVersion Include="Markdig" Version="0.12.2" />
<PackageReference Include="Markdig" />
paket add Markdig --version 0.12.2
#r "nuget: Markdig, 0.12.2"
#:package Markdig@0.12.2
#addin nuget:?package=Markdig&version=0.12.2
#tool nuget:?package=Markdig&version=0.12.2
A fast, powerfull, CommonMark compliant, extensible Markdown processor for .NET with 20+ builtin extensions (pipetables, footnotes, definition lists... etc.)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.0)
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Markdig:
| Package | Downloads |
|---|---|
|
Bonsai.Editor
An integrated development environment for the Bonsai visual programming language. |
|
|
BaGet.Web
BaGet's NuGet server implementation |
GitHub repositories (219)
Showing the top 20 popular GitHub repositories that depend on Markdig:
| Repository | Stars |
|---|---|
|
DevToys-app/DevToys
A Swiss Army knife for developers.
|
|
|
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
|
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
|
Tyrrrz/YoutubeDownloader
Downloads videos and playlists from YouTube
|
|
|
babalae/better-genshin-impact
📦BetterGI · 更好的原神 - 自动拾取 | 自动剧情 | 全自动钓鱼(AI) | 全自动七圣召唤 | 自动伐木 | 自动刷本 | 自动采集/挖矿/锄地 | 一条龙 | 全连音游 | 自动烹饪 - UI Automation Testing Tools For Genshin Impact
|
|
|
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
|
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
|
Tyrrrz/DiscordChatExporter
Saves Discord chat logs to a file
|
|
|
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
|
|
|
tui-cs/Terminal.Gui
Cross Platform Terminal UI toolkit for .NET
|
|
|
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles. Do more with Blazor, utilizing CSS and keeping JavaScript to a bare minimum.
|
|
|
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 11, 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
|
|
|
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
|
|
|
LykosAI/StabilityMatrix
Multi-Platform Package Manager for Stable Diffusion
|
|
|
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
|
|
|
BartoszCichecki/LenovoLegionToolkit
Lightweight Lenovo Vantage and Hotkeys replacement for Lenovo Legion laptops.
|
|
|
ScottPlot/ScottPlot
Interactive plotting library for .NET
|
|
|
microsoft/aspire
Aspire is the tool for code-first, extensible, observable dev and deploy.
|
|
|
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.30.2 | 81 | 9/19/2022 |
| 0.22.0 | 14 | 3/8/2021 |
| 0.21.1 | 12 | 3/8/2021 |
| 0.15.3 | 13 | 3/8/2021 |
| 0.15.2 | 9 | 3/8/2021 |
| 0.14.7 | 18 | 3/8/2021 |
| 0.14.1 | 16 | 3/8/2021 |
| 0.13.2 | 7 | 3/8/2021 |
| 0.13.0 | 16 | 3/8/2021 |
| 0.12.2 | 18 | 3/8/2021 |
| 0.12.0 | 10 | 3/8/2021 |
| 0.11.0 | 13 | 3/8/2021 |
| 0.8.4 | 9 | 3/8/2021 |
| 0.8.3 | 15 | 3/8/2021 |
| 0.5.10 | 13 | 3/8/2021 |
| 0.5.9 | 10 | 3/8/2021 |
| 0.5.8 | 10 | 3/8/2021 |
| 0.5.4 | 14 | 3/8/2021 |
| 0.5.1 | 12 | 3/8/2021 |
| 0.3.4 | 12 | 3/8/2021 |
> 0.12.2
- Fix issue with generic attributes used just before a pipe table (issue #121)
> 0.12.1
- Fix issue with media links extension when a URL to video is used, an unexpected closing `</iframe>` was inserted (issue #119)
> 0.12.0
- Add new extension JiraLink support (thanks to @clarkd)
- Fix issue in html attributes not parsing correctly properties (thanks to @meziantou)
- Fix issues detected by an automatic static code analysis tool
> 0.11.0
- Fix issue with math extension and $$ block parsing not handling correctly beginning of a $$ as a inline math instead (issue #107)
- Fix issue with custom attributes for emphasis
- Add support for new special custom arrows emoji (-> <- <-> <= => and <==>)