Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word highlighting breaks in special cases #223

Open
ben519 opened this issue Jun 3, 2024 · 0 comments
Open

Word highlighting breaks in special cases #223

ben519 opened this issue Jun 3, 2024 · 0 comments

Comments

@ben519
Copy link

ben519 commented Jun 3, 2024

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

word-highlight-1

... 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.

word-highlight-2

Is this user error or a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant