mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
7f43b79b33
In some circumstances, > and < were not being encoded properly. Closes #236
6 lines
168 B
HTML
6 lines
168 B
HTML
<p>this should be <parsed></parsed></p>
|
|
<p>this should be <parsed></p>
|
|
<p>this should be <parsed/></p>
|
|
<p>this should> appear</p>
|
|
<p>this text <should appear</p>
|