mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
7 lines
274 B
Plaintext
7 lines
274 B
Plaintext
link(rel="stylesheet" type="text/css" href=theme.CDN.katex)
|
|
script(src=url_for(theme.CDN.katex_copytex))
|
|
link(rel="stylesheet" type="text/css" href=theme.CDN.katex_copytex_css)
|
|
script.
|
|
$(function () {
|
|
$('span.katex-display').wrap('<div class="katex-wrap"></div>')
|
|
}) |