mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
10 lines
150 B
Markdown
10 lines
150 B
Markdown
```
|
|
% pandoc -t commonmark -f html
|
|
<h1>The Hobbit<br>or<br>There and Back Again</h1>
|
|
^D
|
|
The Hobbit\
|
|
or\
|
|
There and Back Again
|
|
====================
|
|
```
|