mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
6fbc072c2c
Deeply nested HTML tags and recursive tags broke the HTML parser. Closes #357, closes #387
13 lines
127 B
HTML
13 lines
127 B
HTML
<div>
|
|
<div>
|
|
<div>
|
|
<div>
|
|
text
|
|
</div>
|
|
<div>
|
|
text
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|