mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user