The raw code string to turn into an HTML string
The current code language or an empty string
the html to dangerously set within a <code>
tag
PrismJS Example
<Markdown highlightCode={Prism.highlightCode} markdown={markdown} />
Generated using TypeDoc
This function is mostly used if you'd like to be able to have the code highlighted via
dangerouslySetInnerHTML
so that the code can be highlighted in node environments.