mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
799abea767
Code blocks containing comments are now converted correctly when nested in list items. Closes #288
15 lines
213 B
HTML
15 lines
213 B
HTML
<!-- a comment -->
|
|
|
|
<!-- a comment with *bogus* __markdown__ inside -->
|
|
|
|
<p>words <!-- a comment --> words</p>
|
|
|
|
<!-- comment -->
|
|
|
|
<p>words</p>
|
|
|
|
<!-- comment -->
|
|
|
|
<pre><code><!-- comment -->
|
|
</code></pre>
|