Header menu logo FSharp.Formatting

MarkdownSpan Type

Represents inline formatting inside a paragraph. This can be literal (with text), various formattings (string, emphasis, etc.), hyperlinks, images, inline maths etc.

Union cases

Union case Description

AnchorLink(link, range)

Full Usage: AnchorLink(link, range)

Parameters:
link : string
range : MarkdownRange option

DirectImage(body, link, title, range)

Full Usage: DirectImage(body, link, title, range)

Parameters:
    body : string
    link : string
    title : string option
    range : MarkdownRange option

body : string
link : string
title : string option
range : MarkdownRange option

DirectLink(body, link, title, range)

Full Usage: DirectLink(body, link, title, range)

Parameters:
body : MarkdownSpans
link : string
title : string option
range : MarkdownRange option

EmbedSpans(customSpans, range)

Full Usage: EmbedSpans(customSpans, range)

Parameters:
customSpans : MarkdownEmbedSpans
range : MarkdownRange option

Emphasis(body, range)

Full Usage: Emphasis(body, range)

Parameters:
body : MarkdownSpans
range : MarkdownRange option

HardLineBreak range

Full Usage: HardLineBreak range

Parameters:
range : MarkdownRange option

IndirectImage(body, link, key, range)

Full Usage: IndirectImage(body, link, key, range)

Parameters:
    body : string
    link : string
    key : string
    range : MarkdownRange option

body : string
link : string
key : string
range : MarkdownRange option

IndirectLink(body, original, key, range)

Full Usage: IndirectLink(body, original, key, range)

Parameters:
body : MarkdownSpans
original : string
key : string
range : MarkdownRange option

InlineCode(code, range)

Full Usage: InlineCode(code, range)

Parameters:
code : string
range : MarkdownRange option

LatexDisplayMath(code, range)

Full Usage: LatexDisplayMath(code, range)

Parameters:
code : string
range : MarkdownRange option

LatexInlineMath(code, range)

Full Usage: LatexInlineMath(code, range)

Parameters:
code : string
range : MarkdownRange option

Literal(text, range)

Full Usage: Literal(text, range)

Parameters:
text : string
range : MarkdownRange option

Strong(body, range)

Full Usage: Strong(body, range)

Parameters:
body : MarkdownSpans
range : MarkdownRange option

Instance members

Instance member Description

this.IsAnchorLink

Full Usage: this.IsAnchorLink

Returns: bool
Returns: bool

this.IsDirectImage

Full Usage: this.IsDirectImage

Returns: bool
Returns: bool

this.IsDirectLink

Full Usage: this.IsDirectLink

Returns: bool
Returns: bool

this.IsEmbedSpans

Full Usage: this.IsEmbedSpans

Returns: bool
Returns: bool

this.IsEmphasis

Full Usage: this.IsEmphasis

Returns: bool
Returns: bool

this.IsHardLineBreak

Full Usage: this.IsHardLineBreak

Returns: bool
Returns: bool

this.IsIndirectImage

Full Usage: this.IsIndirectImage

Returns: bool
Returns: bool

this.IsIndirectLink

Full Usage: this.IsIndirectLink

Returns: bool
Returns: bool

this.IsInlineCode

Full Usage: this.IsInlineCode

Returns: bool
Returns: bool

this.IsLatexDisplayMath

Full Usage: this.IsLatexDisplayMath

Returns: bool
Returns: bool

this.IsLatexInlineMath

Full Usage: this.IsLatexInlineMath

Returns: bool
Returns: bool

this.IsLiteral

Full Usage: this.IsLiteral

Returns: bool
Returns: bool

this.IsStrong

Full Usage: this.IsStrong

Returns: bool
Returns: bool

Type something to start searching.