From 1a11eb46b2a4ea7b31f7de2423bb16839d5dc1c2 Mon Sep 17 00:00:00 2001 From: Kevin Barabash Date: Wed, 1 Jul 2015 20:21:55 -0600 Subject: [PATCH] Added a link to the list of commands on the wiki. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7806041..3fd2431 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the we * **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources. * **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML. -KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11. +KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11. A list of supported commands can be on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX). ## Usage