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
To resolve this, you should delete the prism code in template.v2.js (prism is the custom highlighter it uses). I haven't include code with this in case it is already known/considered.
Error messages and logs
The error message you got, with the full traceback if available. Please paste it between these triple backticks.
What operating system are you using?
Mac
Where are you seeing the problem on?
Running locally without Docker
More info
No response
The text was updated successfully, but these errors were encountered:
No, the idea initially was to use the distill template as-is, so if an update ever came up, we could simply overwrite our file. But since this probably will never happen, I think it is same if we customize the template to better fit our theme. We accept PRs on this matter.
Have you checked that your issue isn't already filed?
Bug description
The default Rouge syntax highlighting doesn't work with the distill template.v2.js file, which tries to install its own highlighter
How to reproduce the bug
This is broken even on the provided distill example: https://alshedivat.github.io/al-folio/blog/2021/distill/. You'll notice the code syntax highlighting uses e.g. class
token keyword
which isn't part of the rogue/pygments css class: https://github.com/richleland/pygments-css/blob/master/friendly.css.To resolve this, you should delete the prism code in template.v2.js (prism is the custom highlighter it uses). I haven't include code with this in case it is already known/considered.
Error messages and logs
What operating system are you using?
Mac
Where are you seeing the problem on?
Running locally without Docker
More info
No response
The text was updated successfully, but these errors were encountered: