mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
make 'names' accept only an array of strings, add warning comments about where new functions should be added
This commit is contained in:
committed by
Kevin Barabash
parent
6db61cb219
commit
12399da73d
@@ -231,7 +231,7 @@ defineFunction({
|
||||
|
||||
defineFunction({
|
||||
type: "middle",
|
||||
names: "\\middle",
|
||||
names: ["\\middle"],
|
||||
props: {
|
||||
numArgs: 1,
|
||||
},
|
||||
|
Reference in New Issue
Block a user