mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
committed by
Kevin Barabash
parent
274dfdae4f
commit
3514d48856
2
cli.js
2
cli.js
@@ -44,7 +44,7 @@ const program = require("commander")
|
||||
"If non-zero, all user-specified sizes, e.g. in " +
|
||||
"\\rule{500em}{500em}, will be capped to maxSize ems. " +
|
||||
"Otherwise, elements and spaces can be arbitrarily large",
|
||||
0, parseInt)
|
||||
Infinity, parseInt)
|
||||
.option("-e, --max-expand <n>",
|
||||
"Limit the number of macro expansions to the specified number, to " +
|
||||
"prevent e.g. infinite macro loops. If set to Infinity, the macro " +
|
||||
|
Reference in New Issue
Block a user