This commit is contained in:
João Moreno
2025-01-20 10:39:21 +01:00
committed by GitHub
parent 7667cdd1ed
commit f6ec9aa2e6
4 changed files with 22 additions and 15 deletions

View File

@@ -94,7 +94,9 @@
},
"markdown.math.macros": {
"type": "object",
"additionalProperties": { "type": "string" },
"additionalProperties": {
"type": "string"
},
"default": {},
"description": "%config.markdown.math.macros%",
"scope": "resource"
@@ -108,9 +110,6 @@
"watch": "npm run build-notebook",
"build-notebook": "node ./esbuild"
},
"dependencies": {
"@vscode/markdown-it-katex": "^1.1.1"
},
"devDependencies": {
"@types/markdown-it": "^0.0.0",
"@types/vscode-notebook-renderer": "^1.60.0"
@@ -118,5 +117,8 @@
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode.git"
},
"dependencies": {
"@vscode/markdown-it-katex": "^1.1.1"
}
}