You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
294 B
9 lines
294 B
9 months ago
|
link(rel="stylesheet" type="text/css" href=url_for(theme.asset.katex))
|
||
|
script(src=url_for(theme.asset.katex_copytex))
|
||
|
script.
|
||
|
(() => {
|
||
|
document.querySelectorAll('#article-container span.katex-display').forEach(item => {
|
||
|
btf.wrap(item, 'div', { class: 'katex-wrap'})
|
||
|
})
|
||
|
})()
|
||
|
|