nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / MarkdownTheme

MarkdownTheme

Full name Microsoft.VisualBasic.ApplicationServices.Terminal.MarkdownTheme Assembly Microsoft.VisualBasic.Runtime Members 14

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Terminal.MarkdownTheme

02 Methods

NameOverloadsSummary
ToString 1

03 Properties

NameOverloadsSummary
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

property StrikeThrough #
StrikeThrough

the ~~deleted~~ inline span, the strike-through text decoration is applied via the SGR 9 ansi escape code.

property LinkText #
LinkText

the display text of the [text](url) link span

property ListMarker #
ListMarker

the bullet marker of the list item, e.g. the -, + or * symbol

property HorizontalRule #
HorizontalRule

the ---/***/___ horizontal rule line

property Url #
Url
property InlineCodeSpan #
InlineCodeSpan
property CodeBlock #
CodeBlock
property BlockQuote #
BlockQuote
property Global #
Global
property Bold #
Bold
property Italy #
Italy
property HeaderSpan #
HeaderSpan
property Table #
Table
method ToString #
ToString()