Click or drag to resize

MarkdownToHtmlConverterConvertToHtml Method (TextReader)

Converts the given Markdown text into a HTML page.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public string ConvertToHtml(
	TextReader source
)

Parameters

source
Type: System.IOTextReader
The input Markdown text.

Return Value

Type: String
A string with the HTML markup of the generated page.
See Also