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>
A function that should highlight all the code within an
HTMLElement. This should normally just be something likePrism.highlightElementorHighlightJS.highlightElement.