mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-08 08:35:53 +00:00
12 lines
101 B
Markdown
12 lines
101 B
Markdown
```
|
|
% pandoc -f html -t markdown
|
|
Some text
|
|
<ul>
|
|
<li>element</li>
|
|
</ul>
|
|
^D
|
|
Some text
|
|
|
|
- element
|
|
```
|