Stuart Rackham wrote: [...] > One other point: because same-named positional macro arguments are > only used during macro substitution there shouldn't be a name clash > problem (though this needs to be double-checked).
There was a problem with numbered attribute names leaking into attribute list positional parameter -- it's been fixed in the repo. Here are some examples that I've tested, note that the mechanism is quite general and you're not restricted to URLs: :1: http://www.methods.co.nz/asciidoc/ :2: link:downloads.html#X3 :homepage: http://hg.sharesource.org/asciidoc/[AsciiDoc home page] :new: image:./images/smallnew.png[] See the {1}[AsciiDoc Home page] or the {homepage} for something new {new}. More {2}[information on the Mercurial repository]. -- Stuart Rackham _______________________________________________ asciidoc-discuss mailing list [email protected] http://lists.metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss
