A function that should highlight all the code within an HTMLElement. This should normally just be something like Prism.highlightElement or HighlightJS.highlightElement.
HTMLElement
Prism.highlightElement
HighlightJS.highlightElement
The <code> element that should be highlighted
<code>
Generated using TypeDoc
A function that should highlight all the code within an
HTMLElement
. This should normally just be something likePrism.highlightElement
orHighlightJS.highlightElement
.