From a787bcb25742976522254ca1b7cf17b028a6b509 Mon Sep 17 00:00:00 2001 From: Hannah Blumberg Date: Fri, 25 Aug 2017 11:43:12 -0700 Subject: [PATCH] Fix link in CONTRIBUTING.md. This fixes `[preview page] (http://utensil-site.github.io/available-in-katex/)` (and instead makes `preview page` a link). --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 16f771cd..4f581fbd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,8 +12,8 @@ supported 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. There's also a user-contributed [preview page] -(http://utensil-site.github.io/available-in-katex/) +useful when adding new commands. There's also a user-contributed +[preview page](http://utensil-site.github.io/available-in-katex/) showing how KaTeX would render a series of symbols/functions (including the ones MathJax listed in their documentation and the extra ones supported by KaTeX). You can check them to see if we don't support a function you like, or try your