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
GitHub Pages hosted (if yes provide URL to site): https://risc-v.ibugone.com/toolchain/c/ (Example page with reproducible behavior, will revert after issue solved or a few months in the future)
Not sure how to handle this one. The HTML Jekyll produces for syntax highlighting with line numbers enabled via Kramdown is different from that of what the highlight tag outputs.
Look at this sample post and you can see line numbering via the highlight looks good.
If I alter the CSS for Kramdown flag output it breaks the highlight tag styling and vice versa. There’s an issue on Jekyll/Jekyll proposing to harmonize the two, but I don’t think there’s been movement on it for some time.
This was an issue awhile back that I believe I fixed. Not able to check the HTML now but perhaps Kramdown enabled line numbering changed their markup again.
Environment
Steps to reproduce the behavior
Create a code block like this:
Set this key in
_config.yml
:And render the site
It ends up looking like this:
I tried to fix this on my own but failed.
Potentially useful resources:
The text was updated successfully, but these errors were encountered: