OutputKind Type
Defines the possible output types from literate script (HTML, Latex, Pynb)
Union cases
| Union case |
Description
|
Full Usage:
Fsx
|
Requests F# Script output |
Full Usage:
Html
|
Requests HTML output |
Full Usage:
Latex
|
Requests LaTeX output |
Full Usage:
Markdown
|
Requests Markdown output |
Full Usage:
Pynb
|
Requests Notebook output |
Instance members
| Instance member |
Description
|
Full Usage:
this.Extension
Returns: string
|
|
Full Usage:
this.IsFsx
Returns: bool
|
|
Full Usage:
this.IsHtml
Returns: bool
|
|
Full Usage:
this.IsLatex
Returns: bool
|
|
Full Usage:
this.IsMarkdown
Returns: bool
|
|
Full Usage:
this.IsPynb
Returns: bool
|
|
FSharp.Formatting