pandoc/test/command/3487.md

12 lines
101 B
Markdown
Raw Normal View History

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