mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
ac1047815f
GFM requires a whitespace between brackets. Closes #655
10 lines
636 B
HTML
10 lines
636 B
HTML
<h1 id="mythings">my things</h1>
|
|
<ul>
|
|
<li>foo</li>
|
|
<li>[] bar</li>
|
|
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;"> baz</li>
|
|
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> bazinga</li>
|
|
<li class="task-list-item" style="list-style-type: none;"><input type="checkbox" disabled style="margin: 0px 0.35em 0.25em -1.6em; vertical-align: middle;" checked> bazinga 2</li>
|
|
</ul>
|
|
<p>otherthings</p>
|