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