FrontMatter.

FrontMatter(IEnumerable<IModule>) Constructor

Summary

Uses the default delimiter character 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(IEnumerable<IModule> modules)

Parameters

Name Type Description
modules IEnumerable<IModule> The modules to execute against the front matter.

Return Value

Type Description
void
GitHub