MarkdownTheme
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.MarkdownTheme
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| StrikeThrough | 1 | the ~~deleted~~ inline span, the strike-through text decoration is applied via the SGR 9 ansi escape code. |
| LinkText | 1 | the display text of the text link span |
| ListMarker | 1 | the bullet marker of the list item, e.g. |
| HorizontalRule | 1 | the ---/*/_ horizontal rule line |
| Url | 1 | |
| InlineCodeSpan | 1 | |
| CodeBlock | 1 | |
| BlockQuote | 1 | |
| Global | 1 | |
| Bold | 1 | |
| Italy | 1 | |
| HeaderSpan | 1 | |
| Table | 1 |
04 Members
StrikeThrough
the ~~deleted~~ inline span, the strike-through text decoration is applied via the SGR 9 ansi escape code.
LinkText
the display text of the [text](url) link span
ListMarker
the bullet marker of the list item, e.g. the -, + or * symbol
HorizontalRule
the ---/***/___ horizontal rule line
Url
InlineCodeSpan
CodeBlock
BlockQuote
Global
Bold
Italy
HeaderSpan
Table
ToString()