Styling has Disappeared Since 1.5
Hey - upgraded this plugin to the latest version v1.5.0 however it seems to have lost its ability to style <pre> text.
I have the site in a dev location and production one running the older version of the plugin and when you inspect the page you find that it is reading CSS stile from .hljs (in my case style sheet vs2015).
In 1.5 there this style sheet simply is not included.
I have tried:
- Clear Cache
- Disabled CSS & JS Pipeline
- Custom Base URL changed to empty
I simply can't get the style sheet included. Any help would be much appreciated. Thanks
Try changing the theme. for example 'default':
enabled: true
theme: monokai
lines: false
It seems that switching to default is correcting the issue.
I would like to continue to you our Gantry Theme instead of Antimatter.
The issue seems to be that the <code> class is not including the 'hljs' class. Once added manually it to work perfectly.
Not sure where or how this class is added, maybe you could in the right direction? Thanks