Dsl Module
Concise F# DSL operators for constructing MarkdownParagraph and MarkdownSpan values. Useful for building Markdown ASTs programmatically without specifying range information.
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
table headers alignments rows
Parameters:
MarkdownParagraphs list
alignments : MarkdownColumnAlignment list
rows : MarkdownTableRow list
Returns: MarkdownParagraph
|
Creates a table block; an empty header list is treated as no header row
|
|
FSharp.Formatting