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

Backticks ` are breaking in jsx #2

Open
s-yadav opened this issue Sep 22, 2019 · 3 comments
Open

Backticks ` are breaking in jsx #2

s-yadav opened this issue Sep 22, 2019 · 3 comments

Comments

@s-yadav
Copy link
Collaborator

s-yadav commented Sep 22, 2019

This will break

<span>`</span>

It's conflicting with backtick of Es6 template backticks

@vipulbhj
Copy link

How about we handle this in the clean function and escape this ?

@s-yadav
Copy link
Collaborator Author

s-yadav commented Aug 19, 2020

@vipulbhj Escaping might work. Do you want to take look into this?

@vipulbhj
Copy link

I have looked at the function at it is giving a positive signs that escaping will solve the issue as in preprocessing.

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

2 participants