mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-03 06:05:45 +00:00
8 lines
87 B
Markdown
8 lines
87 B
Markdown
```
|
|
% pandoc -f markdown_strict -t gfm+hard_line_breaks
|
|
Hello
|
|
there
|
|
^D
|
|
Hello there
|
|
```
|