Header menu logo FSharp.Formatting

OutputKind Type

Defines the possible output types from literate script (HTML, Latex, Pynb)

Union cases

Union case Description

Fsx

Full Usage: Fsx

Requests F# Script output

Html

Full Usage: Html

Requests HTML output

Latex

Full Usage: Latex

Requests LaTeX output

Markdown

Full Usage: Markdown

Requests Markdown output

Pynb

Full Usage: Pynb

Requests Notebook output

Instance members

Instance member Description

this.Extension

Full Usage: this.Extension

Returns: string
Returns: string

this.IsFsx

Full Usage: this.IsFsx

Returns: bool
Returns: bool

this.IsHtml

Full Usage: this.IsHtml

Returns: bool
Returns: bool

this.IsLatex

Full Usage: this.IsLatex

Returns: bool
Returns: bool

this.IsMarkdown

Full Usage: this.IsMarkdown

Returns: bool
Returns: bool

this.IsPynb

Full Usage: this.IsPynb

Returns: bool
Returns: bool

Type something to start searching.