forked from waylonflinn/markdown-it-katex
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
68 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules | ||
bundle.js | ||
/bundle.js | ||
/node_modules | ||
/package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,11 +22,11 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"dependencies": { | ||
"katex": "^0.6.0" | ||
"katex": "^0.16.0" | ||
}, | ||
"devDependencies": { | ||
"markdown-it": "^6.0.0", | ||
"markdown-it-testgen": "^0.1.4", | ||
"tape": "^4.5.1" | ||
"markdown-it": "^13.0.0", | ||
"markdown-it-testgen": "^0.1.0", | ||
"tape": "^5.6.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.