The different markup syntax formatter for the markdown document.
Render
01 Syntax
Microsoft.VisualBasic.MIME.text.markdown.Render
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Document | 1 | run the html text output for display |
| EscapeHtml | 1 | Escape the special html chars in a text context. |
| Paragraph | 1 | |
| Header | 1 | |
| HorizontalLine | 1 | |
| NewLine | 1 | |
| Bold | 1 | |
| Italic | 1 | |
| Underline | 1 | |
| Strikethrough | 1 | |
| CodeSpan | 1 | |
| CodeBlock | 1 | |
| Image | 1 | |
| AnchorLink | 1 | |
| BlockQuote | 1 | |
| List | 1 | |
| Table | 1 | |
| SetImageUrlRouter | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CodeSyntaxHighlight | 1 | |
| image_class | 1 |
04 Members
Document(
String)run the html text output for display
Parameters
| Name | Type | Description |
|---|---|---|
html | String | - |
EscapeHtml(
String, Boolean)Escape the special html chars in a text context. When forAttribute is true the quote characters are also escaped so that the value is safe to embed inside an html attribute.
CodeSyntaxHighlight
image_class
Paragraph(
String, Boolean)Header(
String, Int32)HorizontalLine()
NewLine()
Bold(
String)Italic(
String)Underline(
String)Strikethrough(
String)CodeSpan(
String)CodeBlock(
String, String)Image(
String, String, String)AnchorLink(
String, String, String)BlockQuote(
String)List(
IEnumerable(Of String), Boolean, Int32)Table(
String(), IEnumerable(Of String()), String())SetImageUrlRouter(
Func(Of String, String))