Includes a set of extensions defined as a string, e.g., "pipetables", "citations",
"mathematics", or "abbreviations". Separate different extensions with a '+'.
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown UseConfiguration(string extensions)
Parameters
| Name | Type | Description |
|---|---|---|
| extensions | string | The extensions string. |
Return Value
| Type | Description |
|---|---|
| RenderMarkdown | The current module instance. |