You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tested on Chrome 60.0.3112.90 and Edge. Other functionalities like \in and \sqrt work as expected. markdown-it-katex was installed as in the docs, bundled with browserify and the bundle was imported in the HTML.
The text was updated successfully, but these errors were encountered:
Notably, katex goes from 0.6.0 to 0.16.0 and (for testing purposes
only) markdown-it from 6.0.0 to 13.0.0. Several tests had to be
updated as katex’s HTML rendering of many math constructs has changed,
but no code changes are required.
Fixes issues waylonflinn#18, waylonflinn#19, waylonflinn#21, waylonflinn#27. Partially addresses waylonflinn#16.
Test cases added.
Tested on Chrome 60.0.3112.90 and Edge. Other functionalities like \in and \sqrt work as expected. markdown-it-katex was installed as in the docs, bundled with browserify and the bundle was imported in the HTML.
The text was updated successfully, but these errors were encountered: