Mup NuGet Package

Mup, which is short for Markup Parser, is a cross-platform library written in C#.

It targets .NET Standard 1.0 making it available for a wide variety of devices and applications.

The main purpose of the library is to support parsing Lightweight Markup Languages into various output formats, such as HTML, XHTML, XML, Word Documents, Excel Documents, and any other type of document.

The library does not expose types for each mentioned format, but it is made to be extensible. Any parsed text can be run through a custom visitor which traverses the resulting parse tree allowing the developer to specify what exactly needs to be generated at every step.

To keep it lightweight, the library only provides a parser for Creole right now and an HTML visitor which allows users to generate HTML from parsed text.

With each increment (or major version), the library will bring a new parser into the fold and thus supporting more languages. The end goal is to support most, if not all, Lightweight Markup Languages.




Got any Mup Question?





Info

Version: 2.0.0-beta1
Author(s): Andrei Fangli
Last Update: Wednesday, June 10, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://andrei15193.github.io/Mup
NuGet Url: https://www.nuget.org/packages/Mup


Install
Install-Package Mup
dotnet add package Mup
paket add Mup
Mup Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

3

days-since-last-release

1406