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

Extra space is added when escaping special characters. #86

Open
martco opened this issue Feb 2, 2018 · 1 comment
Open

Extra space is added when escaping special characters. #86

martco opened this issue Feb 2, 2018 · 1 comment

Comments

@martco
Copy link

martco commented Feb 2, 2018

looks like the library adds an extra space when escaping special characters.

($0.72/Ounce)

becomes

( $0 .72 /Ounce)

@blakek
Copy link

blakek commented Apr 19, 2018

@martco we had a similar issue that may or may not help you.

In our case, it turned out we introduced the behavior in a custom link component. We were map-ing over nodes content and eventually doing a join(' ') on the text. The accidental space in join was the problem for us.

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