From 6cf8c5aacbfb77a01e9038951f03b1431648b91d Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Wed, 8 Jul 2015 23:38:40 -0600 Subject: [PATCH] add a link to Examining TeX page on wiki to CONTRIBUTING.md Auditors: emily --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4fc58b..ab4e8b7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,10 @@ freenode](http://webchat.freenode.net/?channels=katex). If you'd like to contribute, try contributing new symbols or functions that KaTeX doesn't currently support. The wiki has a page which lists [all of the supported -functions](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX). You +functions](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX) as +well as a page that describes how to [examine TeX commands and where to find +rules](https://github.com/Khan/KaTeX/wiki/Examining-TeX) which can be quite +useful when adding new commands. You can check there to see if we don't support a function you like, or try your function in the interactive demo at [http://khan.github.io/KaTeX/](http://khan.github.io/KaTeX/).