Includes multiple custom extension in the markdown processing given by classes implementing
the
IMarkdownExtension
interface.
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown UseExtensions(IEnumerable<Type> extensions)
Parameters
Name | Type | Description |
---|---|---|
extensions | IEnumerable |
A sequence of types that implement IMarkdownExtension . |
Return Value
Type | Description |
---|---|
RenderMarkdown | The current module instance. |