- Namespace
- Statiq
.Markdown - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["MarkdownKeys"]
class Type type-node
Syntax
public static class MarkdownKeys
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| EscapeAtInMarkdown | string | EscapeAtInMarkdown |
Controls whether the
@ character should be escaped. This takes precedence over the
EscapeAt(bool) method of the module if defined.
static
|
| MarkdownExtensions | string | MarkdownExtensions |
Specifies additional Markdown extensions to use by name, either per-document or through settings.
static
|