feat: latex support

This commit is contained in:
camera-2018
2023-04-16 03:36:36 +08:00
parent 759771405f
commit fe3a68302f
3 changed files with 46 additions and 29 deletions

View File

@@ -1,11 +1,11 @@
{
"hash": "468c91a0",
"browserHash": "0e915b7e",
"hash": "79186abe",
"browserHash": "ac388fdc",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "bf7209a1",
"fileHash": "69aa98d5",
"needsInterop": false
}
},

View File

@@ -97,3 +97,7 @@
--docsearch-primary-color: var(--vp-c-brand) !important;
}
mjx-container {
display: inline-block;
margin: auto;
}