mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 19:44:12 +01:00
remove unprocessed markup from :js description
This commit is contained in:
@@ -39,7 +39,7 @@ ________________________________________________________________________________
|
|||||||
||:javascript[!]||
|
||:javascript[!]||
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
Run any JavaScript command through eval(). Acts as a JavaScript interpreter by
|
||||||
passing the argument to <code>eval()</code>.
|
passing the argument to `eval()`.
|
||||||
[c]:javascript alert('Hello world')[c] shows a dialog box with the text "Hello world".
|
[c]:javascript alert('Hello world')[c] shows a dialog box with the text "Hello world".
|
||||||
[c]:javascript <<EOF[c] reads all the lines until a line starting with 'EOF'
|
[c]:javascript <<EOF[c] reads all the lines until a line starting with 'EOF'
|
||||||
is found, and interpret them with the JavaScript _eval()_ function.
|
is found, and interpret them with the JavaScript _eval()_ function.
|
||||||
|
|||||||
@@ -226,7 +226,8 @@ ________________________________________________________________________________
|
|||||||
|:dia| |:dialog|
|
|:dia| |:dialog|
|
||||||
||:dia[log] [firefox-dialog]|| +
|
||:dia[log] [firefox-dialog]|| +
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c] <tab>
|
Open a firefox-dialog. Available dialogs: use completion on [c]:dialog[c]
|
||||||
|
[m]<Tab>[m]
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user