1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-29 04:43:31 +02:00

remove unprocessed markup from :js description

This commit is contained in:
Doug Kearns
2008-08-07 06:24:04 +00:00
parent 2b1d16b396
commit 615fddca4f
2 changed files with 3 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ ________________________________________________________________________________
||:javascript[!]||
________________________________________________________________________________
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 <<EOF[c] reads all the lines until a line starting with 'EOF'
is found, and interpret them with the JavaScript _eval()_ function.