mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:40:55 +08:00
7 lines
374 B
Plaintext
7 lines
374 B
Plaintext
link(rel="stylesheet" type="text/css" href=theme.katex.cdn.css)
|
|
script(src='https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.js')
|
|
link(rel="stylesheet" type="text/css" href='https://cdn.jsdelivr.net/npm/katex-copytex@latest/dist/katex-copytex.min.css')
|
|
script.
|
|
$(function () {
|
|
$('span.katex-display').wrap('<div class="katex-wrap"></div>')
|
|
}) |