Alpha sorted function support page (#1536)

* Alpha sorted function support page

* Pick up comments

* Pick up review comments

* Pick up more comments

* Add more links

* Add \pu
This commit is contained in:
Ron Kok
2018-08-02 11:11:27 -07:00
committed by ylemkimon
parent 7e97a382ec
commit c7145f0ff0
3 changed files with 1191 additions and 2 deletions

1189
docs/support_table.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@ table td {
</style>
This is a list of TeX functions supported by KaTeX. It is sorted into logical groups.
For a list of things that are not (yet) in KaTeX, there is a [wiki page](https://github.com/Khan/KaTeX/wiki/Things-that-KaTeX-does-not-%28yet%29-support).
There is a similar [Support Table](./support_table.md), sorted alphabetically, that lists both supported and un-supported functions.
## Accents

View File

@@ -3,6 +3,6 @@
"Installation": ["node", "browser"],
"Usage": ["api", "cli", "autorender", "libs"],
"Configuring KaTeX": ["options", "security", "error", "font"],
"Misc": ["supported", "issues"]
"Misc": ["supported", "support_table", "issues"]
}
}