改进格式
This commit is contained in:
@@ -20,7 +20,9 @@ export default defineUserConfig({
|
||||
description: '理性派,数学,物理,程序',
|
||||
plugins: [
|
||||
markdownMathPlugin({
|
||||
// options
|
||||
// options
|
||||
type: 'mathjax',
|
||||
output: 'chtml'
|
||||
}),
|
||||
|
||||
markdownImagePlugin({
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user