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
4 lines
211 B
HTML
4 lines
211 B
HTML
<h1 id="some-header">some header</h1>
|
|
<h1 id="some-header-with--chars">some header with &+$,/:;=?@\"#{}|^~[]`\*()%.!' chars</h1>
|
|
<h1 id="another-header--with--chars">another header > with < chars</h1>
|