Markdown.

UseExtension<TExtension>() Method

Summary

Includes a custom extension in the markdown processing given by a class implementing the IMarkdownExtension interface.
Assembly
Wyam.Markdown.dll
Namespace
Wyam.Markdown
Containing Type
Markdown

Syntax

public Markdown UseExtension<TExtension>() where TExtension : class, IMarkdownExtension, new()

Type Parameters

Name Description
TExtension The type of the extension to use.

Return Value

Type Description
Markdown The current module instance.
GitHub