cayman
cayman copied to clipboard
Line numbering in code blocks is messy
By adding
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true
to their Jekyll configuration, one can have line numbers displayed in code blocks.
However, I tried this with the cayman theme, and the display is messily overcomplicated.
This the following screenshot:
I expected only to see the outermost border.
Also, note that inlining
{% highlight c linenos %}
...
{% highlight %}
directly in the .md
instead of changing the configuration produces the same behavior.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.