Changed [URL] to [url] in description of --asciimathml option.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@822 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2007-07-28 17:13:25 +00:00
parent 7c8dcc3db6
commit 0ae4a1081b

6
README
View file

@ -310,14 +310,14 @@ For further documentation, see the `pandoc(1)` man page.
It is selected automatically when the output format is `latex` or It is selected automatically when the output format is `latex` or
`context`.) `context`.)
`-m`*[URL]* or `--asciimathml=`*[URL]* `-m`*[url]* or `--asciimathml=`*[url]*
: will cause LaTeX formulas (between $ signs) in HTML or S5 to display : 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 as formulas rather than as code. The trick will not work in all
browsers, but it works in Firefox. Peter Jipsen's [ASCIIMathML] browsers, but it works in Firefox. Peter Jipsen's [ASCIIMathML]
script is used to do the magic. If a local copy of `ASCIIMathML.js` 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, is available on the webserver where the page will be viewed,
provide a *URL* and a link will be inserted in the generated 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 HTML or S5. If no *url* is provided, the contents of the script
will be inserted directly; this provides portability at the price of will be inserted directly; this provides portability at the price of
efficiency. If you plan to use math on several pages, it is much 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. better to link to a copy of `ASCIIMathML.js`, which can be cached.