mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Add test case
This commit is contained in:
parent
e1f61bb156
commit
ac251c4931
1 changed files with 15 additions and 0 deletions
|
|
@ -28,3 +28,18 @@
|
|||
<li class="task"><input disabled="" type="checkbox"> bim</li>
|
||||
</ul>
|
||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||
|
||||
|
||||
|
||||
3
|
||||
//- - - - - - - - -//
|
||||
- [ ] foo
|
||||
- bar
|
||||
- [x] baz
|
||||
//- - - - - - - - -//
|
||||
<ul>
|
||||
<li class="task"><input disabled="" type="checkbox"> foo</li>
|
||||
<li>bar</li>
|
||||
<li class="task"><input checked="" disabled="" type="checkbox"> baz</li>
|
||||
</ul>
|
||||
//= = = = = = = = = = = = = = = = = = = = = = = =//
|
||||
|
|
|
|||
Loading…
Reference in a new issue