Sets whether auto highlighting is performed when there is no language specified on the code block.
- Namespace
- Statiq
.Highlight - Containing Type
- HighlightCode
Syntax
public HighlightCode WithAutoHighlightUnspecifiedLanguage(bool autoHighlight)
Parameters
Name | Type | Description |
---|---|---|
autoHighlight | bool | if set to true [auto highlight unspecified language]. |
Return Value
Type | Description |
---|---|
HighlightCode | The current instance. |