mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 12:38:39 +00:00
Document mhchem \cf not supported (use \ce instead) (#2008)
* Document mhchem \cf not supported (use \ce instead) * Mention \cf -> \ce in support table
This commit is contained in:
committed by
Kevin Barabash
parent
2b83935064
commit
f63733a35e
@@ -212,7 +212,8 @@ table td {
|
||||
|\ce |${\mathrm{C}{\vphantom{X}}_{\smash[t]{6}}\mathrm{H}{\vphantom{X}}_{\smash[t]{5}}{-}\mathrm{CHO}}$|`\ce{C6H5-CHO}` Requires an [extension](https://github.com/KaTeX/KaTeX/tree/master/contrib/mhchem/)|
|
||||
|\cee|<span style="color:firebrick;">Not supported</span>|Deprecated by mhchem
|
||||
|\centerdot|$a\centerdot b$|`a\centerdot b`|
|
||||
|\cf|<span style="color:firebrick;">Not supported</span>|Deprecated by mhchem|
|
||||
|\cf|<span style="color:firebrick;">Not supported</span>|Deprecated by mhchem;
|
||||
use `\ce` instead|
|
||||
|\cfrac|$\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}$|`\cfrac{2}{1+\cfrac{2}{1+\cfrac{2}{1}}}`|
|
||||
|\check|$\check{oe}$|`\check{oe}`|
|
||||
|\ch|$\ch$||
|
||||
|
Reference in New Issue
Block a user