Minor, fixed a Markdown error that caused formatting problems.
This commit is contained in:
parent
0c5f57aab9
commit
2fd5f4c37d
1 changed files with 6 additions and 6 deletions
12
README
12
README
|
@ -825,15 +825,15 @@ Math rendering in HTML
|
|||
|
||||
`--katex`[=*URL*]
|
||||
|
||||
: Use [KaTeX] to display embedded TeX math in HTML output.
|
||||
The *URL* should point to the `katex.js` load script. If a *URL* is
|
||||
not provided, a link to the KaTeX CDN will be inserted.
|
||||
: Use [KaTeX] to display embedded TeX math in HTML output.
|
||||
The *URL* should point to the `katex.js` load script. If a *URL* is
|
||||
not provided, a link to the KaTeX CDN will be inserted.
|
||||
|
||||
`--katex-stylesheet=*URL*`
|
||||
|
||||
: The *URL* should point to the `katex.css` stylesheet. If this option is
|
||||
not specified, a link to the KaTeX CDN will be inserted. Note that this
|
||||
option does not imply `--katex`.
|
||||
: The *URL* should point to the `katex.css` stylesheet. If this option is
|
||||
not specified, a link to the KaTeX CDN will be inserted. Note that this
|
||||
option does not imply `--katex`.
|
||||
|
||||
Options for wrapper scripts
|
||||
---------------------------
|
||||
|
|
Loading…
Reference in a new issue