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
Is there any way to enabled line numbers for source code? I think it is useful to add this as a global command line option and I think it should not be too hard to implement this.
Thanks!
The text was updated successfully, but these errors were encountered:
If I understand this correctly, we do have line number on code blocks now, right? For LaTeX, use --listings, for HTML use an attribute like {.numberLines} on the code block.
The request was for a global option to do this (not requiring adding an attribute to each code block).
We don't have that.
Of course, it could be done with a lua filter, which adds the attribute to each code block, and maybe that's sufficient?
Hi,
Is there any way to enabled line numbers for source code? I think it is useful to add this as a global command line option and I think it should not be too hard to implement this.
Thanks!
The text was updated successfully, but these errors were encountered: