Specifies alternate separators to be used in an HTML comment.
Setting this to
null
will disable looking for separators
and rely only on the query selector.
- Namespace
- Statiq
.Core - Containing Type
- GenerateExcerpt
Syntax
public GenerateExcerpt WithSeparators(string[] separators)
Parameters
Name | Type | Description |
---|---|---|
separators | string[] | The excerpt separators. |
Return Value
Type | Description |
---|---|
GenerateExcerpt | The current module instance. |