This commit is contained in:
2025-06-15 15:22:52 +09:00
parent 98d5b468e1
commit 1142407ea0
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ h2 {
} }
h3 { h3 {
font-size: 1.2em !important; font-size: 1em !important;
} }
body, button, input, select, textarea, .content{ body, button, input, select, textarea, .content{

View File

@@ -14,8 +14,8 @@
{left: '$', right: '$', display: false}, {left: '$', right: '$', display: false},
{left: '$$', right: '$$', display: true} {left: '$$', right: '$$', display: true}
], ],
throwOnError : false throwOnError : false,
// output: "mathml" output: "html"
}) })
renderedMath = dummy.innerHTML; renderedMath = dummy.innerHTML;
dummy.remove(); dummy.remove();