Skip to content

Commit

Permalink
add test for outside list item
Browse files Browse the repository at this point in the history
  • Loading branch information
sspeaks610 committed Sep 11, 2023
1 parent e4ab060 commit 8f1213c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/command/9047.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ w/ rawHTML extension, a checkbox in an `li` is handled properly
<ul class="task-list">
<li><label><input type="checkbox" checked="" />foo</label></li>
</ul>
```
```

w/o rawHTML extension, a checkbox is properly ignored
```
% pandoc -f html -t html
<p><input type="checkbox" checked/>foo</p>
^D
foo
```

0 comments on commit 8f1213c

Please sign in to comment.