-
Notifications
You must be signed in to change notification settings - Fork 46
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
stripping the space from the first href contained in a paragraph tag #12
Comments
Having the same issue as well.. I have |
I'm seeing the same with |
Good find @paullferguson! I haven't revisited this, but will definitely make a note! |
@paullferguson since line 88 is the only line actually doing something, we can comment out lines 74-92. |
Same problem here. I think we should make a PR, also with #18 |
Hi everyone, |
Example:
Ilove fresh bread
I<a href="#">love</a> fresh <a href="#">bread</a></p>
Expected result:
I love fresh bread
I <a href="#">love</a> fresh <a href="#">bread</a></p>
The text was updated successfully, but these errors were encountered: