5f7e7f539a
This prevented `--accept` from working properly.
7 lines
222 B
Markdown
7 lines
222 B
Markdown
```
|
|
% pandoc -f html -t asciidoc
|
|
<a href="https://example.com/show.cgi?id=hi--there--everyone">https://example.com/show.cgi?id=hi--there--everyone</a>
|
|
^D
|
|
link:++https://example.com/show.cgi?id=hi--there--everyone++[]
|
|
```
|
|
|