改进格式

This commit is contained in:
2025-02-23 19:35:07 +08:00
parent 26244880ee
commit 2bf0000c22
6 changed files with 44 additions and 32 deletions
+3 -1
View File
@@ -20,7 +20,9 @@ export default defineUserConfig({
description: '理性派,数学,物理,程序',
plugins: [
markdownMathPlugin({
// options
// options
type: 'mathjax',
output: 'chtml'
}),
markdownImagePlugin({
+2 -2
View File
@@ -15,12 +15,12 @@ table.gridtable th {
background-color: #cacaca;
border: 1px solid #3f3f3f;
color: #131313;
padding: 0px
padding: 0px;
}
table.gridtable td {
border: 1px solid #3f3f3f;
padding: 0px
padding: 0px;
}
table.invisibletable {