test/devcenter-parser_test.rb in devcenter-parser-1.3.6 vs test/devcenter-parser_test.rb in devcenter-parser-1.3.7
- old
+ new
@@ -181,10 +181,11 @@
mds << <<-MARKDOWN
Testing
> callout
> **strong**
+> more callout
> normal
And that's it.
MARKDOWN
@@ -192,20 +193,22 @@
mds << <<-MARKDOWN
Testing
>callout
>**strong**
+>more callout
>normal
And that's it.
MARKDOWN
html = <<-HTML
<p>Testing</p>
<div class="callout">
-<p><strong>strong</strong></p>
+<p><strong>strong</strong>
+more callout</p>
</div>
<p class="devcenter-parser-special-block-separator" style="display:none"> </p>
<blockquote>
\ No newline at end of file