Requires a start delimiter as the first line of the file.
- Namespace
- Statiq
.Core - Containing Type
- ExtractFrontMatter
Syntax
public ExtractFrontMatter RequireStartDelimiter(string startDelimiter)
Parameters
Name | Type | Description |
---|---|---|
startDelimiter | string | The delimiter to require. |
Return Value
Type | Description |
---|---|
ExtractFrontMatter | The current module instance. |