remark icon indicating copy to clipboard operation
remark copied to clipboard

Use highlight.js styles other than those listed in the highlightStyle configuration option

Open zspitz opened this issue 2 years ago • 1 comments

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?

zspitz avatar Jun 18 '22 21:06 zspitz

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.

FedericoStra avatar Mar 16 '23 11:03 FedericoStra