-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
Describe the bug
The highlightjs-line-numbers
plugin changed the code font on my Jekyll blog (repo link) when I added it as a plugin, following the instructions given in the usage portion of the README.
Expected behavior
The code font should not change.
Screenshots
This is what code snippets currently look like:
This is what they're supposed to look like, but with line numbers:
Desktop:
- OS: Windows
- Browser: Edge
- Version: 105.0.1343.33
However, I don't think this is a browser-specific issue.
Additional context
In the main
branch, one can see the code I added to _include/scripts.html
to get highlight.js
working.
In the custom-liquid-tag
branch, the only lines I changed were these, in accordance with the README, but the code font inexplicably changed.