mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Minor formatting changes (#2143)
This commit is contained in:
committed by
ylemkimon
parent
4ec2806b3e
commit
0772ac0e45
@@ -40,9 +40,9 @@ table td {
|
||||
|\\;|$a\;\;{b}$|a`\;\;{b}`|
|
||||
|_|$x_i$|`x_i`|
|
||||
|\\_|$\_$||
|
||||
|\\\`|$\text{\`{a}}$|<code>\text{\\'{a}}</code>|
|
||||
|\\\`|$\text{\`{a}}$|`\text{\\'{a}}`|
|
||||
|<|$<$||
|
||||
|\\=|$\text{\={a}}$|<code>\text{\\={a}}</code>|
|
||||
|\\=|$\text{\={a}}$|`\text{\\={a}}`|
|
||||
| >|$>$||
|
||||
|\\>|$a\>\>{b}$|`a\>\>{b}`|
|
||||
|\[|$[$||
|
||||
@@ -54,10 +54,10 @@ table td {
|
||||
|||$\vert$||
|
||||
|\\||$\Vert$||
|
||||
|~|$\text{no~no~no~breaks}$|`\text{no~no~no~breaks}`|
|
||||
|\\~|$\text{\~{a}}$|<code>\text{\\~{a}}</code>|
|
||||
|\\~|$\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}}$|<code>\text{\\^{a}}</code>|
|
||||
|\\^|$\text{\^{a}}$|`\text{\\^{a}}`|
|
||||
|
||||
## A
|
||||
|
||||
@@ -117,7 +117,7 @@ table td {
|
||||
|\backslash|$\backslash$||
|
||||
|\bar|$\bar{y}$|`\bar{y}`|
|
||||
|\barwedge|$\barwedge$||
|
||||
|\Bbb|$\Bbb{ABC}$|`\Bbb{ABC}`<br>KaTeX supports A-Z & k
|
||||
|\Bbb|$\Bbb{ABC}$|`\Bbb{ABC}`<br>KaTeX supports A-Z & k|
|
||||
|\Bbbk|$\Bbbk$||
|
||||
|\bbox|<span style="color:firebrick;">Not supported</span>||
|
||||
|\bcancel|$\bcancel{5}$|`\bcancel{5}`|
|
||||
@@ -939,7 +939,7 @@ use `\ce` instead|
|
||||
|\smiley|<span style="color:firebrick;">Not supported</span>||
|
||||
|\sout|$\sout{abc}$|`\sout{abc}`|
|
||||
|\Space|<span style="color:firebrick;">Not supported</span>|see `\space`
|
||||
|\space|$a\space{b}$|`a\space{b}`|
|
||||
|\space|$a\space b$|`a\space b`|
|
||||
|\spades|$\spades$||
|
||||
|\spadesuit|$\spadesuit$||
|
||||
|\sphericalangle|$\sphericalangle$||
|
||||
|
Reference in New Issue
Block a user