Sets the file path to a custom highlight.js file. If not set the embeded version will be used.
- Namespace
- Statiq
.Highlight - Containing Type
- HighlightCode
Syntax
public HighlightCode WithCustomHighlightJs(string filePath)
Parameters
Name | Type | Description |
---|---|---|
filePath | string | The file path. |
Return Value
Type | Description |
---|---|
HighlightCode | The current instance. |