LiterateSource Type
Represents the source of a literate document.
Union cases
| Union case |
Description
|
Full Usage:
Markdown string
Parameters:
string
|
A markdown source
|
|
A parsed F# script file consisting of snippets.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsMarkdown
Returns: bool
|
|
Full Usage:
this.IsScript
Returns: bool
|
|
FSharp.Formatting