remark
remark copied to clipboard
Use highlight.js styles other than those listed in the highlightStyle configuration option
I would like to use the vs2015
highlight.js style. It's not listed as one of the options for highlightStyle
.
How can I do this?
Maybe the option none
could be added to highlightStyle
that doesn't inject any Highlight.js CSS in the generated <style>
and then we could simply select the preferred style by putting something like
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
in the <head>
section.