blob: f0c443d735aa461a4691a1c6112f4e526fcd217c (
plain)
1
2
3
4
5
6
7
|
```
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++[]
```
|