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:
parent
7c8dcc3db6
commit
0ae4a1081b
1 changed files with 3 additions and 3 deletions
6
README
6
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.
|
||||
|
|
Loading…
Reference in a new issue