Highlight.

WithCustomHighlightJs(string) Method

Summary

Sets the file path to a custom highlight.js file. If not set the embeded version will be used.
Assembly
Wyam.Highlight.dll
Namespace
Wyam.Highlight
Containing Type
Highlight

Syntax

public Highlight WithCustomHighlightJs(string filePath)

Parameters

Name Type Description
filePath string The file path.

Return Value

Type Description
Highlight The current instance.
GitHub