mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
b1c458a762
The option simpleLineBreaks was not working with non-ASCII characters such as chinese characters and when lines started or ended with markdown delimiters such as `*` or `~` Closes #318, #323
13 lines
243 B
HTML
13 lines
243 B
HTML
<ol>
|
|
<li><p>One</p></li>
|
|
<li><p>Two<br />
|
|
foo</p>
|
|
<p>bar<br />
|
|
bazinga</p>
|
|
<p>nhecos</p></li>
|
|
<li><p>Three</p>
|
|
<ul>
|
|
<li><p>foo</p></li>
|
|
<li><p>bar</p></li></ul></li>
|
|
</ol>
|
|
|