mailgun / talon

Apache License 2.0
1.27k stars 285 forks source link

No spaces between some words in stripped html #103

Closed obukhov-sergey closed 8 years ago

obukhov-sergey commented 8 years ago

This happens when words in html are separated not with spaces or tabs but with new lines. talon replaces new lines with empty spaces.

Example html to reproduce:

My
reply
<blockquote>

  <div>
    On 11-Apr-2011, at 6:54 PM, Bob &lt;bob@example.com&gt; wrote:
  </div>

  <div>
    Test
  </div>

</blockquote>

If you strip quotations with talon "My reply" becomes one word "Myreply"