1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-30 23:34:05 +02:00

Sync the Xulmus documentation.

This commit is contained in:
Doug Kearns
2009-07-13 16:51:04 +10:00
parent bc2324e151
commit 383d03ad97
12 changed files with 81 additions and 37 deletions
+2
View File
@@ -87,6 +87,7 @@ LOGO=<div style="text-align: center;"><span class="xulmus-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