FrontMatter.

IgnoreDelimiterOnFirstLine(bool) Method

Summary

Ignores the delimiter if it appears on the first line. This is useful when processing Jekyll style front matter that has the delimiter both above and below the front matter content. The default behavior is true.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
FrontMatter

Syntax

public FrontMatter IgnoreDelimiterOnFirstLine(bool ignore = true)

Parameters

Name Type Description
ignore bool If set to true, ignore the delimiter if it appears on the first line.

Return Value

Type Description
FrontMatter The current module instance.
GitHub