line-numbers-init for code chunks in reveal.js #7490
Closed
maxpel
started this conversation in
Feature Requests
Replies: 1 comment
-
Closing in favour of: |
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.
-
Description
It would be great to have the option to start code line numbering at a different value than 1, especially when working with reveal.js slides as sometimes we have to split up longer code chunks over multiple slides when presenting.
A chunk option like
code-line-numbers-init
would solve that, for example:#| code-line-numbers-init: 30
That suggestion follows the reveal.js plugin: https://github.com/mikemiles86/reveal-line-numbers
Beta Was this translation helpful? Give feedback.
All reactions