mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
25f1978666
Three dots `...` are now converted automatically into an ellipsis
10 lines
115 B
HTML
10 lines
115 B
HTML
<ul>
|
|
<li>foo<ul>
|
|
<li>bar</li></ul></li>
|
|
</ul>
|
|
<hr />
|
|
<ul>
|
|
<li>baz<ol>
|
|
<li>bazinga</li></ol></li>
|
|
</ul>
|