foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Highlightjs container does not receive base hljs styles #212

Closed Rod-Persky closed 4 years ago

Rod-Persky commented 4 years ago

Issue: Highlight js code blocks are not receiving the correct style.

Cause: helpers/markdown.js and helpers/code.js does not add hljs to the class list

Resolution: When using highlight.js, the root element should be tagged with classes for the language and hljs.

DanielRuf commented 4 years ago

Thanks for reporting this.