MarkdownOptions
type MarkdownOptions =
{
GithubRepo: string option
Toc: TocRange
StrictLinks: bool
WarnOnUnknownLanguage: bool
}| Assembly | Nacara.Plugin.Markdown |
Options of the markdown plugin.
Fields
GithubRepo: string option
GithubRepo: string optionRepository used to expand issue and commit references, for example
Toc: TocRange
Toc: TocRangeHeading levels collected into the table of contents, for pages that do not say.