mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-15 23:53:30 +02:00
A number of minor fixes in help files.
Mostly typos/omissions/markup errors, more remarkable e. g. changing 'b' to 'B' in tutorial reflecting a change from 1.2. Also uncommented [macros] section in asciidoc.conf (is that right?). Signed-off-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
committed by
Doug Kearns
parent
7b9dfd2070
commit
926355a7ec
@@ -18,7 +18,7 @@ sourced.
|
||||
________________________________________________________________________________
|
||||
|
||||
|:hi| |:highlight| +
|
||||
||:hi[ghlight] [-append] {group}[{selector}] [{css}]|| +
|
||||
||:hi[ghlight][!] [-append] {group}[{selector}] [{css}]|| +
|
||||
________________________________________________________________________________
|
||||
Highlight {group} with {css}. Normally, {css} is checked for
|
||||
valid syntax before it's applied. Once you're certain it's
|
||||
@@ -86,7 +86,7 @@ Valid groups are:
|
||||
-------------------------------------------------------
|
||||
|
||||
Every invocation completely replaces the styling of any previous invocation,
|
||||
unless [-append] (short option: -a) is provided, in which case, {css} is
|
||||
unless *-append* (short option: *-a*) is provided, in which case {css} is
|
||||
appended to its current value. If {css} is not provided, any styles matching
|
||||
{group} are listed.
|
||||
________________________________________________________________________________
|
||||
@@ -103,12 +103,12 @@ ________________________________________________________________________________
|
||||
||:sty[le][!] [-name={name}] [-append] {filter} [{css}]|| +
|
||||
________________________________________________________________________________
|
||||
Add CSS styles to the browser or to web pages. {filter} is a comma
|
||||
separated list of URLs to match. URLs ending with [c]*[c] are matched as
|
||||
prefixes, URLs not containing any [c]:[c] or [c]/[c] characters are
|
||||
separated list of URLs to match. URLs ending with *\** are matched as
|
||||
prefixes, URLs not containing any *:* or */* characters are
|
||||
matched as domains. If {name} (short option: [c]-n[c]) is provided, any
|
||||
existing style with the same name is overridden, and the style may later
|
||||
be deleted using {name}. If -append (short option: [c]-a[c]) is provided
|
||||
along with [c]-name[c], {css} and {filter} are appended to its current
|
||||
be deleted using {name}. If *-append* (short option: *-a*) is provided
|
||||
along with *-name*, {css} and {filter} are appended to its current
|
||||
value.
|
||||
|
||||
If {css} isn't provided, matching styles are listed.
|
||||
@@ -123,9 +123,9 @@ style for [c]www.google.com,mozilla.org[c], will result in a style for
|
||||
[c]www.google.com[c]. The available options are:
|
||||
|
||||
* [c]-name[c]: The name provided to [c]:style[c] (short option:
|
||||
[c]-n[c])
|
||||
*-n*)
|
||||
* [c]-index[c]: For unnamed styles, the index listed by [c]:style[c]
|
||||
(short option: [c]-i[c])
|
||||
(short option: *-i*)
|
||||
________________________________________________________________________________
|
||||
|
||||
// vim: set filetype=asciidoc:
|
||||
|
||||
Reference in New Issue
Block a user