Summary
Uses the specified delimiter string and passes any front matter to the specified child modules for processing.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Modules .Control - Containing Type
- FrontMatter
Syntax
public FrontMatter(string delimiter, IEnumerable<IModule> modules)
Parameters
Name | Type | Description |
---|---|---|
delimiter | string | The delimiter to use. |
modules | IEnumerable |
The modules to execute against the front matter. |
Return Value
Type | Description |
---|---|
void |