latex and markdown
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-09 23:08:52 +08:00
parent 3a168146ca
commit b0541d3a31
6 changed files with 209 additions and 1 deletions

View File

@ -22,5 +22,11 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"type": "module"
"type": "module",
"dependencies": {
"github-markdown-css": "^5.8.1",
"mathjax-full": "^3.2.2",
"svelte-markdown": "^0.4.1",
"xmldom-sre": "^0.9.0-beta.7"
}
}