mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
ed4c33fe4e
When option was enabled, `<br />` tags where being added wrongfully between `<li>` tags, which resulted in malformed html. This commit prevents this behavior. Closes #316
11 lines
355 B
HTML
11 lines
355 B
HTML
<p>Test pre in a list</p>
|
|
<ul>
|
|
<li>& <</li>
|
|
<li><code>& <</code><ul>
|
|
<li>& <</li>
|
|
<li><code>& <</code><ul>
|
|
<li>& <</li>
|
|
<li><code>& <</code><ul>
|
|
<li>& <</li>
|
|
<li><code>& <</code></li></ul></li></ul></li></ul></li>
|
|
</ul> |