Bugfix: Correct latexserver external renderer example

This commit is contained in:
Starbeamrainbowlabs 2019-10-25 00:16:25 +01:00
parent 657213c11c
commit 999e10b291
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"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.",
"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",
"output_format": "image/svg+xml"
}