mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
parent
8d12093ada
commit
9ca58d5f32
6460
package-lock.json
generated
6460
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -26,7 +26,7 @@
|
|||||||
"juice": "^8.0.0",
|
"juice": "^8.0.0",
|
||||||
"katex": "^0.16.10",
|
"katex": "^0.16.10",
|
||||||
"marked": "^4.0.18",
|
"marked": "^4.0.18",
|
||||||
"marked-katex-extension": "^4.0.3",
|
"marked-katex-extension": "^5.1.0",
|
||||||
"minio": "7.0.33",
|
"minio": "7.0.33",
|
||||||
"node-fetch": "^3.2.10",
|
"node-fetch": "^3.2.10",
|
||||||
"pinia": "^2.1.6",
|
"pinia": "^2.1.6",
|
||||||
|
@ -4,7 +4,8 @@ import markedKatex from "marked-katex-extension";
|
|||||||
|
|
||||||
marked.use(markedKatex({
|
marked.use(markedKatex({
|
||||||
throwOnError: false,
|
throwOnError: false,
|
||||||
output: `html`
|
output: `html`,
|
||||||
|
nonStandard: true,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
class WxRenderer {
|
class WxRenderer {
|
||||||
|
Loading…
Reference in New Issue
Block a user