mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
docs(support_table): fix escaping of accent macros (#3732)
* Update support_table.md
This commit is contained in:
@@ -42,9 +42,9 @@ $\gdef\VERT{|}$
|
||||
|\\;|$a\;\;{b}$|a`\;\;{b}`|
|
||||
|_|$x_i$|`x_i`|
|
||||
|\\_|$\_$||
|
||||
|\\\`|$\text{\`{a}}$|`\text{\\'{a}}`|
|
||||
|\\\`|$\text{\`{a}}$|`\text{\'{a}}`|
|
||||
|<|$<$||
|
||||
|\\=|$\text{\={a}}$|`\text{\\={a}}`|
|
||||
|\\=|$\text{\={a}}$|`\text{\={a}}`|
|
||||
| >|$>$||
|
||||
|\\>|$a\>\>{b}$|`a\>\>{b}`|
|
||||
|\[|$[$||
|
||||
@@ -56,10 +56,10 @@ $\gdef\VERT{|}$
|
||||
|||$\vert$||
|
||||
|\\||$\Vert$||
|
||||
|~|$\text{no~no~no~breaks}$|`\text{no~no~no~breaks}`|
|
||||
|\\~|$\text{\~{a}}$|`\text{\\~{a}}`|
|
||||
|\\\\|$\begin{matrix} a & b\\ c & d\end{matrix}$|`\begin{matrix}`<br> `a & b \\`<br> `c & d`<br>`\end{matrix}`|
|
||||
|\\~|$\text{\~{a}}$|`\text{\~{a}}`|
|
||||
|\\\\ |$\begin{matrix} a & b\\ c & d\end{matrix}$|`\begin{matrix}`<br> `a & b \\`<br> `c & d`<br>`\end{matrix}`|
|
||||
|^|$x^i$|`x^i`|
|
||||
|\\^|$\text{\^{a}}$|`\text{\\^{a}}`|
|
||||
|\\^|$\text{\^{a}}$|`\text{\^{a}}`|
|
||||
|
||||
## A
|
||||
|
||||
|
Reference in New Issue
Block a user