diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 17:13:25 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 17:13:25 +0000 |
commit | 0ae4a1081b1f932f532ec04dff56d11c89b2a759 (patch) | |
tree | 8d0f5bb495718939074205b7c4987e21a16a70ee | |
parent | 7c8dcc3db6afdc5c1d71fc63ca7b094040139e06 (diff) | |
download | pandoc-0ae4a1081b1f932f532ec04dff56d11c89b2a759.tar.gz |
Changed [URL] to [url] in description of --asciimathml option.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@822 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |