We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Consider the following python code snippet (I've substituted ' for ` for clarity)
'''python # This comment is unimportant # This comment is important, and should be highlighted! # [!code highlight] '''
Or the following:
'''python{2} # This comment is unimportant # This comment is important, and should be highlighted! '''
In the v3 algorithm, in both cases, it will not highlight the second line. Instead, it will append an extra # symbol at the end of the line.
#
Using the v1 algorithm, it correctly highlights both lines.
Included; see description
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Validations
Describe the bug
Consider the following python code snippet (I've substituted ' for ` for clarity)
Or the following:
In the v3 algorithm, in both cases, it will not highlight the second line. Instead, it will append an extra
#
symbol at the end of the line.Using the v1 algorithm, it correctly highlights both lines.
Reproduction
Included; see description
Contributes
The text was updated successfully, but these errors were encountered: