Skip to content

Commit 5390600

Browse files
committed
docs: disable math rendering in VitePress config and remove related dependencies
Signed-off-by: Daniel Biehl <dbiehl@live.de>
1 parent ec407f6 commit 5390600

File tree

3 files changed

+1
-180
lines changed

3 files changed

+1
-180
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default defineConfig({
131131
headers: {
132132
level: [2, 3, 4],
133133
},
134-
math: true,
134+
math: false,
135135
languages: [robotframework as any],
136136
toc: {
137137
level: [2, 3, 4],

docs/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"lite-youtube-embed": "^0.3.3",
1313
"markdown-it-abbr": "^2.0.0",
1414
"markdown-it-kbd": "^3.0.0",
15-
"markdown-it-mathjax3": "^5.2.0",
1615
"markdown-it-task-lists": "^2.1.1",
1716
"typescript": "^5.9.3",
1817
"typescript-eslint": "^8.46.0",

package-lock.json

Lines changed: 0 additions & 178 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)