A markdown processor: a two phase recursive block and inline parser, a typed block model with HTML and plain text renderers, and nested table of contents generation from ATX headers.
Microsoft.VisualBasic.MIME.text.markdown 1.0.9762.11310.
01 Namespaces
Microsoft.VisualBasic.MIME.text.markdown
| Type | Summary | Members |
|---|---|---|
| MarkdownParser | A two-phase recursive Markdown parser: block-level tokenization followed by inline parsing. | 3 |
| MarkdownRender | Markdown text document transform its markup language format into html text format. | 3 |
| Render | The different markup syntax formatter for the markdown document. | 20 |
| TOC | 3 |
Microsoft.VisualBasic.MIME.text.markdown.JSONSchema
A JSON driven markdown renderer: the markdown block model together with the JSON and block renderers.
| Type | Summary | Members |
|---|---|---|
| Block | 针对markdown格式有限的支持 | 16 |
| BlockRenderer | markdown block rendering extensions, converts a single Block object into its markdown or html text fragment. | 5 |
| JSONRenderer | Markdown render helper for LLM outputs | 3 |