On Tue, 28 Sep 2010, Miklos Vajna wrote:
On Fri, Sep 24, 2010 at 10:28:36PM -0600, Warren Block <[email protected]>
wrote:
Tildes in URLs are replaced with <sub>:
http://www.wonkity.com/~wblock/docs/html/pxe.html
is processed into
http://www.wonkity.com/<sub>wblock/docs/html/pxe.html
Two workarounds: prefix the tilde with a backslash (\~) or use %7e in
place of the tilde.
or use $$http://www.wonkity.com/~wblock/docs/html/pxe.html$$. It works
even with:
link:$$http://www.wonkity.com/~wblock/docs/html/pxe.html[foo]
That works. And now I see that my backslash-escaped tildes were
rendered sometimes as ~ and sometimes as \~, for no reason I can tell.
So the link:$$http://...$$[description] notation seems the best.
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.