Document \def doesn't support delimiters (#2288) (#2289)

This commit is contained in:
Erik Demaine
2020-07-09 11:35:45 -04:00
committed by GitHub
parent 1764d25048
commit f96fba6f7f

View File

@@ -309,6 +309,7 @@ Direct Input: $∀ ∴ ∁ ∵ ∃ ∈ ∉ ∋ ⊂ ⊃ ∧ ↦ → ←
Macros can also be defined in the KaTeX [rendering options](options.md).
Macros accept up to nine arguments: #1, #2, etc.
Delimiters (such as `\def\add#1+#2{#1\oplus#2}`) are not currently supported.
`\gdef`, `\xdef`, `\global\def`, `\global\edef`, `\global\let`, and `\global\futurelet` will persist between math expressions.