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