Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator
Implementation of ITextFormatter optimized for rendering generated Markdown file using MkDocs.
public sealed class MkDocsTextFormatter : ITextFormatter
Inheritance: object → MkDocsTextFormatter
Implements: ITextFormatter
This implementation works largely the same as DefaultTextFormatter but changes how some characters are escaped:
<
is escaped as<
.>
is escaped as>
./
is not escaped.
Name | Description |
---|---|
Instance | Gets the singleton instance of MkDocsTextFormatter |
Name | Description |
---|---|
EscapeText(string) | Escapes the specified text. |
Documentation generated by MdDocs