Uses the specified delimiter character and passes any front matter to the specified child modules for processing.
- Namespace
- Statiq
.Core - Containing Type
- ExtractFrontMatter
Syntax
public ExtractFrontMatter(char delimiter, params IModule[] modules)
Parameters
Name | Type | Description |
---|---|---|
delimiter | char | The delimiter to use. |
modules | IModule[] | The modules to execute against the front matter. |