Hi all, i'm new to asciidoc and i'm trying to display a link so this is what i wrote :
http://www.oracle.com/technetwork/java/index.html[Community Source Code] But when i generate the pdf the link is not displayed correctly : here's the result Community Source Code [http://www.oracle.com/technetwork/java/index.html] after a long search i found this : 37. Some elements can’t be escaped with a single backslash There are a number of exceptions to the usual single backslash rule — mostly relating to URL macros that have two syntaxes or quoting ambiguity. Here are some non-standard escape examples: AsciiDocRenders \[email protected] <\[email protected]> \mailto:[\[email protected]] [email protected] <[email protected]> mailto:[[email protected]] \http://www.example.com \\http://www.example.com[] \\http://www.example.com[Foobar Limited] http://www.example.com http://www.example.com[] http://www.example.com[Foobar Limited] A C\++ Library for C++ \\``double-quotes'' \*\*F**ile Open\... A C++ Library for C++ ``double-quotes'' **F**ile Open... The source of this problem is ambiguity across substitution types — the first match unescapes allowing the second to substitute. A work-around for difficult cases is to side-step the problem using the pass:[] passthrough inline macro. So i added it like this : pass:[http://www.oracle.com/technetwork/java/index.html[Community Source Code] ] But the problem persists . Any Help will be appreciated Many thanks -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/groups/opt_out.
