Includes a custom extension in the markdown processing given by a class implementing
the IMarkdownExtension interface.
- Namespace
- Statiq
.Markdown - Containing Type
- RenderMarkdown
Syntax
public RenderMarkdown UseExtension<TExtension>() where TExtension : class, IMarkdownExtension, new()
Type Parameters
Name | Description |
---|---|
TExtension | The type of the extension to use. |
Return Value
Type | Description |
---|---|
RenderMarkdown | The current module instance. |