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
Check out this example 👇 (It should highlight four characters in total, but it only highlights two of them.)
```shell showLineNumbers title="transformations" /r/1 /b/1 /c/3,6 raccoon -> baccoon # (1)! baccoon -> babcoon # (2)! babcoon -> baboon # (3)! ```
Here's what this looks like rendered. Notice how the cs are not highlighted
c
... but if I simplify the Markdown to this
```shell showLineNumbers title="transformations" /c/3,6 raccoon -> baccoon # (1)! baccoon -> babcoon # (2)! babcoon -> baboon # (3)! ```
the cs are highlighted.
Is this user error or a bug?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check out this example 👇 (It should highlight four characters in total, but it only highlights two of them.)
Here's what this looks like rendered. Notice how the
c
s are not highlighted... but if I simplify the Markdown to this
the
c
s are highlighted.Is this user error or a bug?
The text was updated successfully, but these errors were encountered: