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

-   element


```