label 3.8.0

This commit is contained in:
Jerry
2021-07-04 18:34:42 +08:00
parent 829a3dbf32
commit 026a348482
17 changed files with 98 additions and 82 deletions

View File

@@ -4,7 +4,7 @@ link(rel="stylesheet" type="text/css" href=theme.CDN.katex_copytex_css)
script.
(() => {
document.querySelectorAll('#article-container span.katex-display').forEach(item => {
btf.wrap(item, 'div', '', 'katex-wrap')
btf.wrap(item, 'div', { class: 'katex-wrap'})
})
})()