mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
a
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user