You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're now prefixing all classes located in CSS classes reference with hljs-, by default, because some class names would collide with other people's stylesheets.
We can fix it by adding this in somewhere:
hljs.configure({classPrefix: ''});
The text was updated successfully, but these errors were encountered:
All keyword in code block is prefixed with
hljs-
, it will broken all highlight css.http://highlightjs.org/
We can fix it by adding this in somewhere:
The text was updated successfully, but these errors were encountered: