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
Something like the following, if possible:
```yaml,line_num_start=5 5: foo: bar 6: ...
Where the line numbers start at the specified value, 5, instead of 1.
5
Combined with #5 we could get something like:
```yaml,line_nums,line_num_start=5 5: foo: bar
Which would force line numbers to be rendered even though it is a one-line and start the line numbers at the specified value.
This is useful when you are dissecting a code-block line-by-line, for example, and want to make the context clearly known.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Something like the following, if possible:
Where the line numbers start at the specified value,
5
, instead of 1.Combined with #5 we could get something like:
Which would force line numbers to be rendered even though it is a one-line and start the line numbers at the specified value.
This is useful when you are dissecting a code-block line-by-line, for example, and want to make the context clearly known.
The text was updated successfully, but these errors were encountered: