From 0ae4a1081b1f932f532ec04dff56d11c89b2a759 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 28 Jul 2007 17:13:25 +0000 Subject: [PATCH] Changed [URL] to [url] in description of --asciimathml option. git-svn-id: https://pandoc.googlecode.com/svn/trunk@822 788f1e2b-df1e-0410-8736-df70ead52e1b --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index efef34a1c..ee7dac5df 100644 --- a/README +++ b/README @@ -310,14 +310,14 @@ For further documentation, see the `pandoc(1)` man page. It is selected automatically when the output format is `latex` or `context`.) -`-m`*[URL]* or `--asciimathml=`*[URL]* +`-m`*[url]* or `--asciimathml=`*[url]* : will cause LaTeX formulas (between $ signs) in HTML or S5 to display as formulas rather than as code. The trick will not work in all browsers, but it works in Firefox. Peter Jipsen's [ASCIIMathML] script is used to do the magic. If a local copy of `ASCIIMathML.js` is available on the webserver where the page will be viewed, - provide a *URL* and a link will be inserted in the generated - HTML or S5. If no *URL* is provided, the contents of the script + provide a *url* and a link will be inserted in the generated + HTML or S5. If no *url* is provided, the contents of the script will be inserted directly; this provides portability at the price of efficiency. If you plan to use math on several pages, it is much better to link to a copy of `ASCIIMathML.js`, which can be cached.