spec/assets/basic.html in reverse_markdown-0.7.0 vs spec/assets/basic.html in reverse_markdown-0.8.0
- old
+ new
@@ -12,10 +12,14 @@
before <em></em> and after empty em tags
before <em> </em> and after em tags containing whitespace
before <em> <em> <br /> </em> </em> and after em tags containing whitespace
<em><em>double em tags</em></em>
<p><em><em>double em tags in p tag</em></em></p>
+ <em> em with leading and trailing </em>whitespace
+ <em>
+ em with extra leading and trailing
+ </em>whitespace
<strong>strong tag content</strong>
before <strong></strong> and after empty strong tags
before <strong> </strong> and after strong tags containing whitespace
before <strong> <strong> <br /> </strong> </strong> and after strong tags containing whitespace
@@ -25,9 +29,13 @@
<strong>
<strong>
double strong tags containing whitespace
</strong>
</strong> after
+ <strong> strong with leading and trailing </strong>whitespace
+ <strong>
+ strong with extra leading and trailing
+ </strong>whitespace
<b>b tag content</b>
<i>i tag content</i>
br tags become double space followed by newline<br/>