Re: How to prevent asciidoctorpdf from inserting mailto link in PDF

Posted by TonK on
URL: https://discuss.asciidoctor.org/How-to-prevent-asciidoctorpdf-from-inserting-mailto-link-in-PDF-tp8289p8294.html

I run into this problem as well, although I don't specify an e-mail address.
I have: `ssh root@master.example.com` (in backtics, so it is literal text) and that gets
the `mailto` added to it as well. If I switch on `:hide-uri-scheme:` I loose all the `http[s]://` schemes
infront of all the URLs, which is even worse. I do get around by changing the inline to a code block, but that just doesn't look good.