Info
Version: | 3.2.0 |
Author(s): | Peter Waher |
Last Update: | Monday, October 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PeterWaher/IoTGateway/tree/master/Content/Waher.Content.Markdown |
NuGet Url: | https://www.nuget.org/packages/Waher.Content.Markdown |
Install
Install-Package Waher.Content.Markdown
dotnet add package Waher.Content.Markdown
paket add Waher.Content.Markdown
Waher.Content.Markdown Download (Unzip the "nupkg" after downloading)
Dependencies
- Waher.Content.Emoji(>= 1.0.4)
- Waher.Content.Html(>= 1.0.12)
- Waher.Content.Xml(>= 1.0.11)
- Waher.Runtime.Cache(>= 1.0.4)
- Waher.Runtime.Inventory(>= 1.0.14)
- Waher.Runtime.Text(>= 1.0.0)
- Waher.Script.Graphs(>= 1.0.19)
- Waher.Script(>= 1.0.47)
- NETStandard.Library(>= 1.6.1)
- SkiaSharp(>= 2.80.2)
Tags
Rendering architecture is pluggable, extensible and customizable. This library includes rendering to HTML, plain text, and portable Markdown.
Additional libraries provide rendering support to other formats. The library can also compare Markdown documents, and provide Markdown-based difference documents, showing how one version of a document is edited to produce a second version.
For a description of the Markdown flavour supported by the parser, see:
https://waher.se/Markdown.md.