Skip to content

Commit

Permalink
Fix bug in fomula show in math of markmap
Browse files Browse the repository at this point in the history
  • Loading branch information
We-unite committed Mar 11, 2024
1 parent 85e4550 commit b128469
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions common/CSS/MySet.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* 以下部分为自行开发 */
.wall{
width:100%;
.wall {
width: 100%;
}

a {
Expand Down Expand Up @@ -112,10 +112,10 @@ a {
padding: 10px;
margin: 10px;
border-radius: 50px;
font-family: "PT Serif", 'Times New Roman', Times, serif;
}

/* .markmap.mindmap {
border: 1px solid #000;
padding: 10px;
margin: 10px;
} */
/* class=katex-html的元素禁止展示 */
.katex-html {
display: none;
}
10 changes: 5 additions & 5 deletions courseNotes/mathematical_logic.html
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@
depth: 3,
payload: { lines: [115, 116] },
content:
'<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
'<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
},
],
},
Expand Down Expand Up @@ -1959,7 +1959,7 @@
depth: 4,
payload: { lines: [263, 264] },
content:
'<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
'<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
},
],
},
Expand Down Expand Up @@ -1996,7 +1996,7 @@
depth: 4,
payload: { lines: [268, 269] },
content:
'<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
'<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
},
],
},
Expand Down Expand Up @@ -2060,7 +2060,7 @@
depth: 5,
payload: { lines: [277, 278] },
content:
'<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
'<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
},
],
},
Expand Down Expand Up @@ -2126,7 +2126,7 @@
depth: 6,
payload: { lines: [286, 287] },
content:
'<font color="red" size=5><b>看我干什么?看书!<b></b></font>',
'<font color="red" size=3><b>看我干什么?看书!<b></b></font>',
},
],
},
Expand Down

0 comments on commit b128469

Please sign in to comment.