-
Notifications
You must be signed in to change notification settings - Fork 25
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
Superfluous insertion of whitespace in text
#100
Comments
I just ran into the exact same case where a code block ( Edit: Was there any particular reason for this space in the first place? |
I think it just needs a maintainer to look at #101. Not sure who that might be though. |
Remove redundant space insertion in `text` (fix #100)
I expect the below to produce
"foobarbaz"
- but it produces"foo bar baz"
:The motivating case was:
which produces
"MoSe 2"
rather than"MoSe2"
.The issue is with the apparently redundant
' '
inGumbo.jl/src/manipulation.jl
Line 45 in afc2b2b
Would it be acceptable to change this? If so, I can make a PR.
The text was updated successfully, but these errors were encountered: