1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-18 02:36:03 +00:00

upgrade katex

This commit is contained in:
Dick Choi
2016-09-22 20:28:12 +09:00
parent d1156f963d
commit 99a134494c
6 changed files with 6 additions and 10 deletions
+3 -1
View File
@@ -4,6 +4,8 @@
"react": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react.js",
"react-dom": "https://cdnjs.cloudflare.com/ajax/libs/react/15.0.2/react-dom.js",
"redux": "https://cdnjs.cloudflare.com/ajax/libs/redux/3.5.2/redux.js",
"react-redux": "https://npmcdn.com/react-redux@4.4.5/dist/react-redux.min.js"
"react-redux": "https://npmcdn.com/react-redux@4.4.5/dist/react-redux.min.js",
"katex": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.js",
"katex-style": "https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/katex.min.css"
}
}