mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Bugfix: Correct latexserver external renderer example
This commit is contained in:
parent
657213c11c
commit
999e10b291
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
"name": "Server-Side MathJax",
|
"name": "Server-Side MathJax",
|
||||||
"description": "Client-side Mathjax via the 'enable_math_rendering' setting not your thing? Try it server-side instead! Requires the 'mathjax-node-cli' npm package to be globally installed.",
|
"description": "Client-side Mathjax via the 'enable_math_rendering' setting not your thing? Try it server-side instead! Requires the 'mathjax-node-cli' npm package to be globally installed.",
|
||||||
"url": "https://github.com/mathjax/mathjax-node-cli/blob/master/package.json#L41",
|
"url": "https://github.com/mathjax/mathjax-node-cli/blob/master/package.json#L41",
|
||||||
"cli": "tex2svg -- {input_text} >{output_file}",
|
"cli": "tex2svg -- {input_text}",
|
||||||
"cli_mode": "substitution_pipe",
|
"cli_mode": "substitution_pipe",
|
||||||
"output_format": "image/svg+xml"
|
"output_format": "image/svg+xml"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue