mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-04 14:45:50 +00:00
7 lines
111 B
Markdown
7 lines
111 B
Markdown
```
|
|
% pandoc -t asciidoc
|
|
test^[this is a note\]. and more]
|
|
^D
|
|
testfootnote:[this is a note++]++. and more]
|
|
```
|