mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
16 lines
118 B
Markdown
16 lines
118 B
Markdown
```
|
|
% pandoc -t html
|
|
# Title
|
|
|
|
test
|
|
|
|
. . .
|
|
|
|
test
|
|
^D
|
|
<h1 id="title">Title</h1>
|
|
<p>test</p>
|
|
<p>. . .</p>
|
|
<p>test</p>
|
|
```
|