We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently it uses line numbers relative to the snippet's content, meaning I have to do this:
:lines: 298-328 :linenos: :lineno-start: 298 :emphasize-lines: 15,20-21
rather than
:lines: 298-328 :linenos: :lineno-start: 298 :emphasize-lines: 313,318-319
The text was updated successfully, but these errors were encountered:
I agree this would be nice, but it also matches sphinx's literalinclude, so I'm not sure we'd want to change it unless sphinx does
Sorry, something went wrong.
No branches or pull requests
Currently it uses line numbers relative to the snippet's content, meaning I have to do this:
rather than
The text was updated successfully, but these errors were encountered: