Files
John MacFarlane 6c4691324f AsciiDoc writer: add link: prefix when needed.
AsciiDoc requires it except for http, https, irc, mailto, ftp schemes.

Closes #10105.
2024-08-23 12:20:43 -07:00

159 B

% pandoc -t asciidoc --wrap=preserve
[link](https://example.com)
[link](ftps://example.com)
^D
https://example.com[link]
link:ftps://example.com[link]