mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
01b54593cc
Closes #10385. Closes #2337. Closes #6424.
23 lines
216 B
Markdown
23 lines
216 B
Markdown
````
|
|
% pandoc -t asciidoc
|
|
C+ C++ C+++ `++`
|
|
|
|
`` ` `` \`hi\`
|
|
|
|
`hi\there`` ok`
|
|
|
|
```
|
|
++`
|
|
```
|
|
^D
|
|
C{plus} C{plus}{plus} C{plus}{plus}{plus} `{plus}{plus}`
|
|
|
|
`++`++` ++`++hi++`++
|
|
|
|
`hi++\++there++``++ ok`
|
|
|
|
....
|
|
++`
|
|
....
|
|
````
|