Header menu logo FSharp.Formatting

MarkdownDocument Type

Representation of a Markdown document - the representation of Paragraphs uses an F# discriminated union type and so is best used from F#.

Constructors

Constructor Description

MarkdownDocument(paragraphs, links)

Full Usage: MarkdownDocument(paragraphs, links)

Parameters:
Returns: MarkdownDocument
paragraphs : MarkdownParagraphs
links : IDictionary<string, (string * string option)>
Returns: MarkdownDocument

Instance members

Instance member Description

this.DefinedLinks

Full Usage: this.DefinedLinks

Returns: IDictionary<string, (string * string option)>

Returns a dictionary containing explicitly defined links

Returns: IDictionary<string, (string * string option)>

this.Paragraphs

Full Usage: this.Paragraphs

Returns: MarkdownParagraphs

Returns a list of paragraphs in the document

Returns: MarkdownParagraphs

Type something to start searching.