Skip to content

Commit

Permalink
Use own LaTeX parsing standard. 0.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-toto committed Jul 1, 2018
1 parent ed8edc8 commit 7bb7d77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-palettes",
"description": "Markdown*Palettes: Markdown editor for the modern web.",
"version": "0.4.2",
"version": "0.4.3",
"author": "Luogu Dev Team",
"license": "MIT",
"module": "src/module.js",
Expand All @@ -15,7 +15,7 @@
"analyze": "cross-env NODE_ENV=development BUNDLE_ANALYZE=true webpack --progress --hide-modules"
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.0.3",
"@luogu-dev/markdown-it-katex": "^0.0.1",
"babel-runtime": "^6.26.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/DefaultConfig.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import KatexParser from '@iktakahiro/markdown-it-katex'
import KatexParser from '@luogu-dev/markdown-it-katex'
import 'katex/dist/katex.css'
import HighlightjsParser from 'markdown-it-highlightjs'
import 'highlight.js/styles/tomorrow.css'
Expand Down
2 changes: 1 addition & 1 deletion src/components/PreviewArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
padding: 6px 13px;
}
code.mp-code {
#mp-preview-content code {
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 15px;
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
lodash "^4.17.5"
to-fast-properties "^2.0.0"

"@iktakahiro/markdown-it-katex@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@iktakahiro/markdown-it-katex/-/markdown-it-katex-3.0.3.tgz#910287d8365c99ea857c9c45877bd97304296607"
"@luogu-dev/markdown-it-katex@^0.0.1":
version "0.0.1"
resolved "https://registry.yarnpkg.com/@luogu-dev/markdown-it-katex/-/markdown-it-katex-0.0.1.tgz#800d3c5a004af6c005ea797393b35670b5d459f2"
dependencies:
katex "^0.9.0"

Expand Down

0 comments on commit 7bb7d77

Please sign in to comment.