Markdown text document transform its markup language format into html text format.
MarkdownRender
01 Syntax
Microsoft.VisualBasic.MIME.text.markdown.MarkdownRender
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| SetImageUrlRouter | 1 | Set a url router for process the image url location its target location in the output html document. |
| Transform | 1 | Transform the markdown text into html text. |
| GetTOC | 1 | Get table of content of the target markdown document. |
03 Members
SetImageUrlRouter(
Func(Of String, String))Set a url router for process the image url location its target location in the output html document.
Transform(
String)Transform the markdown text into html text.
Parameters
| Name | Type | Description |
|---|---|---|
markdown | String | - |
GetTOC(
String)Get table of content of the target markdown document. (Only ATX style headers # to ###### are supported.)
Parameters
| Name | Type | Description |
|---|---|---|
md | String | - |