Click or drag to resize

MarkdownToHtmlConverter Class

This class allows to convert a Markdown text into a HTML page. It makes sure, that all headlines have anchors, and makes these anchors available to the user of this class, to support a navigation index.
Inheritance Hierarchy
SystemObject
  Mastersign.Bench.MarkdownMarkdownToHtmlConverter

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public class MarkdownToHtmlConverter

The MarkdownToHtmlConverter type exposes the following members.

Constructors
  NameDescription
Public methodMarkdownToHtmlConverter
Initializes a new instance of the MarkdownToHtmlConverter class
Top
Methods
  NameDescription
Public methodConvertToHtml(Stream)
Converts the given data into a HTML page. The data is interpreted as UTF8 encoded Markdown text.
Public methodConvertToHtml(TextReader)
Converts the given Markdown text into a HTML page.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldAnchors
All anchors in the converted HTML page.
Top
See Also