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
I know I'm pushing it in the feature request department, but I assume this should be easy to add.
In Pygments, the flag is called linenostart -- which when set makes the line number start at a different value than the default 1. I assume you can add it as an argument to WithLineNumbers.
The text was updated successfully, but these errors were encountered:
If I want to document some existing big Java class (or whatever) and copy and paste, say, lines 46-200, into my documentation. In that case it would make sense to have it start at counting from 46 so it matches the original file.
I know I'm pushing it in the feature request department, but I assume this should be easy to add.
In Pygments, the flag is called
linenostart
-- which when set makes the line number start at a different value than the default 1. I assume you can add it as an argument toWithLineNumbers
.The text was updated successfully, but these errors were encountered: