Community Source Code [http://www.oracle.com/technetwork/java/index.html] worked for me, with pdf.
asciidoc 6.8.6 Em terça-feira, 18 de junho de 2013 13h08min46s UTC-3, Amira Mannaii escreveu: > > 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] <javascript:> > <\[email protected] <javascript:>> > \mailto:[\[email protected] <javascript:>] > > [email protected] <javascript:> <[email protected] <javascript:>> > mailto:[[email protected] <javascript:>] > > \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.
