Files
pandoc/test/command/3487.md
T
2017-03-08 12:47:39 +01:00

12 lines
101 B
Markdown

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