1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 08:45:46 +01:00

Fix help file validation errors.

This commit is contained in:
Doug Kearns
2009-08-27 14:34:35 +10:00
parent 130ea15a4c
commit cf4bdb2969
15 changed files with 44 additions and 36 deletions

View File

@@ -91,6 +91,6 @@ Enable _passthrough_ mode on *some* Google sites:
Set the filetype to mail when editing email at Gmail:
\{nbsp}[c]:autocmd LocationChange .* :set editor=gvim\ -f[c] +
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c 'set ft=mail'"[c]
\{nbsp}[c]:autocmd LocationChange mail\.google\.com :set editor="gvim -f -c $$'set ft=mail'$$"[c]
// vim: set filetype=asciidoc:

View File

@@ -23,7 +23,7 @@ ________________________________________________________________________________
|:pa| |:pageinfo| +
||:pa[geinfo]||
________________________________________________________________________________
Show various page information. See [c]:help 'pageinfo'[c] for available options.
Show various page information. See [c]:help $$'pageinfo'$$[c] for available options.
________________________________________________________________________________

View File

@@ -30,8 +30,8 @@ is displayed as:
class="hiddentag">:help</span> <span class="hiddentag">:h</span> <span
class="hiddentag">help</span>
<div class="key">:h[elp] <span class="argument">&#123;subject&#125;</span></div><br />
<div class="key">&lt;F1&gt;</div></p>
<span class="key">:h[elp] <span class="argument">&#123;subject&#125;</span></span><br />
<span class="key">&lt;F1&gt;</span></p>
<div class="quoteblock">
<div class="quoteblock-content">
<p>Open help window.

View File

@@ -1,10 +1,12 @@
logo:[]
+++<div style="text-align: center;">+++
*First there was a Navigator, then there was an Explorer.
++++++
<p style="text-align: center; font-weight: bold;">
First there was a Navigator, then there was an Explorer.
Later it was time for a Konqueror. Now it's time for an Imperator, the
VIMperator :)*
+++</div>+++
VIMperator :)
</p>
++++++
heading::Introduction[intro]

View File

@@ -129,7 +129,8 @@ Below is an overview of which modes each map command applies to:
:imap :inoremap :iunmap :imapclear - Insert mode
:cmap :cnoremap :cunmap :cmapclear - Command-line mode
subsection::Key{nbsp}sequences[:&lt;>,key-sequence]
// |<>| breaks doc validation
subsection::Key{nbsp}sequences[key-notation,key-sequence]
For most keys, the key-sequence is the same as the character you see when you
type that key, however there are some exceptions which allow for a much larger

View File

@@ -2,10 +2,12 @@
heading::Quick-start{nbsp}tutorial[tutorial]
+++<div style="text-align: center;">+++
*This is a quickstart tutorial to help get new users up and running in
Vimperator. It is not intended as a full reference explaining all features.*
+++</div>+++
++++++
<p style="text-align: center; font-weight: bold;">
This is a quickstart tutorial to help get new users up and running in
Vimperator. It is not intended as a full reference explaining all features.
</p>
++++++
If you've started using Vimperator from scratch (i.e., without any
customization), you should be looking at this help page in a relatively

View File

@@ -304,7 +304,7 @@ td span.tag {
padding-top: 25px !important;
}
div.key {
span.key {
color: rgb(255, 0, 255); /* magenta */
min-width: 120px; /* with 20px padding actually 140px */
/*padding-bottom: 5px;*/