Replies: 1 comment
-
Did you check the documentation? It's covered there: https://facelessuser.github.io/pymdown-extensions/extensions/superfences/#highlighting-lines. This is handled by a third party Markdown extension. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, the code block has 10 lines, to highligh lines from 2-5, and 8-10.
I tried to set hl_lines="2-5" hl_lines="8-10", and only 8-10 are highlighed.
Beta Was this translation helpful? Give feedback.
All reactions