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