From 4f57d53f6ee3fd8808e81c4760edf6dfb866a6a9 Mon Sep 17 00:00:00 2001 From: Ron Kok Date: Sun, 25 Jun 2017 14:50:31 -0700 Subject: [PATCH] Show correct browser support (#737) * Show correct browser support KaTeX runs in IE 9 but not in IE 8. This PR edits the README and Contributing files to reflect that fact. Resolves issue #377. * Show correct browser support KaTeX runs in IE 9 but not in IE 8. This PR edits the README and Contributing files to reflect that fact and adds Edge to browser list. Resolves issue #377. --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6eb857af..8b5c0e74 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,10 +92,10 @@ created it, add a screenshot test. See #### Testing in other browsers -KaTeX supports all major browsers, including IE 8 and newer. Unfortunately, it +KaTeX supports all major browsers, including IE 9 and newer. Unfortunately, it is hard to test new changes in many browsers. If you can, please test your changes in as many browsers as possible. In particular, if you make CSS changes, -try to test in IE 8, using [modern.ie](http://modern.ie) VMs. +try to test in IE 9, using [modern.ie](http://modern.ie) VMs. ## Style guide diff --git a/README.md b/README.md index c3c8905f..6c08f73a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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. A list of supported commands can be found on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX). +KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, Edge, and IE 9 - IE 11. A list of supported commands can be found on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX). ## Usage