mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
01b54593cc
Closes #10385. Closes #2337. Closes #6424.
7 lines
103 B
Markdown
7 lines
103 B
Markdown
```
|
|
% pandoc -t asciidoc -f html
|
|
<a href="http://example.com">][</a>
|
|
^D
|
|
http://example.com[++][++]
|
|
```
|