Blob Blame History Raw
```
% pandoc -f html -t markdown
Some text
<ul>
<li>element</li>
</ul>
^D
Some text

-   element
```