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
.
This setting has no effect if a start delimiter is required.
- Namespace
- Statiq
.Core - Containing Type
- ExtractFrontMatter
Syntax
public ExtractFrontMatter 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 |
---|---|
ExtractFrontMatter | The current module instance. |