mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
b671e0dfe5
Closes #9159.
16 lines
135 B
Markdown
16 lines
135 B
Markdown
```
|
||
% pandoc -t org -f markdown
|
||
\* See Blah
|
||
|
||
\# not comment
|
||
|
||
\| not table \|
|
||
^D
|
||
* See Blah
|
||
|
||
# not comment
|
||
|
||
| not table |
|
||
|
||
```
|