summaryrefslogtreecommitdiff
path: root/test/command/3487.md
blob: 1d475676f446a5f17b60b459f8cde372d0a15ba3 (plain)
1
2
3
4
5
6
7
8
9
10
11
```
% pandoc -f html -t markdown
Some text
<ul>
<li>element</li>
</ul>
^D
Some text

-   element
```