mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-10 16:05:46 +01:00
minor formatting improvement to :js help description
This commit is contained in:
@@ -40,8 +40,8 @@ ________________________________________________________________________________
|
|||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
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 `eval()`.
|
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.
|
||||||
|
|
||||||
The special version [c]:javascript![c] opens the JavaScript console of
|
The special version [c]:javascript![c] opens the JavaScript console of
|
||||||
|
|||||||
Reference in New Issue
Block a user