1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-25 22:01:24 +02:00

Add a [j] Asciidoc quote tag for linking directly to help doc tags.

This commit is contained in:
Doug Kearns
2009-07-13 16:29:12 +10:00
parent 8dff837e72
commit bc2324e151
5 changed files with 11 additions and 9 deletions
+2
View File
@@ -87,6 +87,7 @@ LOGO=<div style="text-align: center;"><span class="vimperator-logo"></span></div
[c]=#command
[m]=#mapping
[a]=#argument
[j]=#jump
# FIXME: this prevents all asciidoc attribute processing
# ^obviously it doesn't? --stepnem
{|}=argument2
@@ -101,6 +102,7 @@ option=<a class="option" href="#">|</a>
option2=<a class="option" href="#">'|'</a>
command=<a class="command" href="#">|</a>
mapping=<a class="mapping" href="#">|</a>
jump=<a class="jump" href="#">|</a>
argument=<span class="argument">|</span>
# NOTE: in certain contexts the unescaped '#' is stripped. As we're ditching
# asciidoc I won't bother investigating --djk