Skip to content

Commit 7bb7d77

Browse files
committed
Use own LaTeX parsing standard. 0.4.3.
1 parent ed8edc8 commit 7bb7d77

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "markdown-palettes",
33
"description": "Markdown*Palettes: Markdown editor for the modern web.",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "Luogu Dev Team",
66
"license": "MIT",
77
"module": "src/module.js",
@@ -15,7 +15,7 @@
1515
"analyze": "cross-env NODE_ENV=development BUNDLE_ANALYZE=true webpack --progress --hide-modules"
1616
},
1717
"dependencies": {
18-
"@iktakahiro/markdown-it-katex": "^3.0.3",
18+
"@luogu-dev/markdown-it-katex": "^0.0.1",
1919
"babel-runtime": "^6.26.0",
2020
"font-awesome": "^4.7.0",
2121
"highlight.js": "^9.9.0",

src/components/DefaultConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import KatexParser from '@iktakahiro/markdown-it-katex'
1+
import KatexParser from '@luogu-dev/markdown-it-katex'
22
import 'katex/dist/katex.css'
33
import HighlightjsParser from 'markdown-it-highlightjs'
44
import 'highlight.js/styles/tomorrow.css'

src/components/PreviewArea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
padding: 6px 13px;
3737
}
3838
39-
code.mp-code {
39+
#mp-preview-content code {
4040
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
4141
font-size: 15px;
4242
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
lodash "^4.17.5"
9494
to-fast-properties "^2.0.0"
9595

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

0 commit comments

Comments
 (0)