mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 13:45:49 +00:00
13 lines
133 B
Markdown
13 lines
133 B
Markdown
```
|
|
% pandoc -f markdown_mmd -t markdown_mmd -s
|
|
author: Author
|
|
title: Title
|
|
|
|
Some text
|
|
^D
|
|
author: Author
|
|
title: Title
|
|
|
|
Some text
|
|
```
|