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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaping doesn't work properly #78

Open
Andarist opened this issue Sep 4, 2019 · 2 comments · May be fixed by #109
Open

Escaping doesn't work properly #78

Andarist opened this issue Sep 4, 2019 · 2 comments · May be fixed by #109
Labels

Comments

@Andarist
Copy link

Andarist commented Sep 4, 2019

input

this\*is\*important

actual

this\*is\*important

expected
https://babelmark.github.io/?text=this%5C*is%5C*important

this*is*important
@developit developit added the bug label Aug 31, 2020
@gka gka linked a pull request Nov 14, 2022 that will close this issue
@dicash
Copy link

dicash commented Jun 15, 2023

@developit

@developit
Copy link
Owner

Escapement is supposed to be working via this logic, so this is likely just a bug in my weird decision to use an expensive regex.

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

Successfully merging a pull request may close this issue.

3 participants