Contains the base Mup types and implemented parsers.
Name | Summary |
---|---|
IMarkupParser | A common interface for each markup parser implementation. |
Name | Summary |
---|---|
CreoleParser | A markup parser implementation for Creole. |
CreoleParserOptions | Specifies options for the CreoleParser. |
HtmlWriterVisitor | A ParseTreeVisitor<TResult> implementation for generating HTML from an ParseTreeRootElement. |
HtmlWriterVisitorOptions | Specifies options for an HtmlWriterVisitor. |
ParseTreeVisitor | Base class of all parse tree visitors. |
ParseTreeVisitor<TResult> | Base class for all parse tree visitors that eventually provide a result that is stored in memory (e.g. a string or a MemoryStream). |
Mup Copyright © 2020 Andrei Fangli