Hello gang,
Does anyone know how such a link can be rendered? Here's an example
http://xircles.codehaus.org/lists/dev@geb.codehaus.org[here]
Problem is that Asciidoctor renders the following HTML
<a href="
http://xircles.codehaus.org/lists/<a href="mailto:dev@geb.codehaus.org">dev@geb.codehaus.org">here
As it gets confused by the e-mail address found in the link. Apparently e-mail address are automatically translated into mailto: links.
I've tried defining an attribute and using pass:macros as suggested by the Asciidoctor manual but it didn't work either.
Environment:
------------------------------------------------------------
Gradle 1.9
------------------------------------------------------------
Build time: 2013-11-19 08:20:02 UTC
Build number: none
Revision: 7970ec3503b4f5767ee1c1c69f8b4186c4763e3d
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.9.2 compiled on July 8 2013
Ivy: 2.2.0
JVM: 1.7.0_45 (Oracle Corporation 24.45-b08)
OS: Mac OS X 10.9 x86_64
asciidoctor-gradle-plugin: 0.7
asciidoctor: 0.1.4.0
TIA