hermit
hermit copied to clipboard
Bug: Line numbers of code field not showing correctly
I have line numbers enabled in my config.toml
using the following settings:
pygmentsOptions = "linenos=table"
But the line number is not showing correctly after the last update of the theme. It's clearly taking way more space than it should be. Here's an example in one of my blog post: https://stevehawk.tk/posts/22-jupyter-css/
Hope this can be fixed.