mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
1f76d3f154
...for commonmark. Closes #11341.
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
|
|
====================
|
|
```
|