cameron / squirt

Speed read the web.
http://www.squirt.io
Apache License 2.0
1.22k stars 205 forks source link

Squirt ignores spaces before links #72

Closed nomicode closed 10 years ago

nomicode commented 10 years ago

In the following test case:

https://gist.github.com/nslater/9536924

https://dl.dropboxusercontent.com/u/3759180/gist/9536924/squirt-test.html

Squirt ignores the space between a link and a word that precedes it.

Example text:

Squirt merges words into the following links.

Where the word "links" is a hyperlink, Squirt displays that as one large word, "followinglinks".

arbrown commented 10 years ago

I have seen similar behavior with italics. I wish I would have looked at the markup. It might have been a span or some other tag.

nomicode commented 10 years ago

Working on a fix. Should have a PR soon.

cameron commented 10 years ago

Closing in favor of #39. @nslater how's this coming along?