| 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
)
Public Function ConvertToHtml (
source As TextReader
) As String
Parameters
- source
- Type: System.IOTextReader
The input Markdown text.
Return Value
Type:
StringA string with the HTML markup of the generated page.
See Also