mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 13:15:51 +00:00
17 lines
205 B
Markdown
17 lines
205 B
Markdown
```
|
|
% pandoc -f markdown_mmd+fancy_lists+example_lists -t native -t plain
|
|
(@) Example one
|
|
(@) Example two
|
|
|
|
some text
|
|
|
|
(@) Example three
|
|
^D
|
|
(1) Example one
|
|
(2) Example two
|
|
|
|
some text
|
|
|
|
(3) Example three
|
|
```
|