Renovamen / vuepress-theme-gungnir

A blog theme for VuePress 2.
https://v2-vuepress-theme-gungnir.vercel.app
Apache License 2.0
353 stars 79 forks source link

[Feature Request] Add `copy-tex` to Katex #95

Open julien-blanchon opened 1 year ago

julien-blanchon commented 1 year ago

💭 Describe the feature

The copy-tex script enable copy in latex (instead of ugly unicode like).

💡 Proposed Solution

Add <script src="https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/contrib/copy-tex.min.js" integrity="sha384-ww/583aHhxWkz5DEVn6OKtNiIaLi2iBRNZXfJRiY1Ai7tnJ9UXpEsyvOITVpTl4A" crossorigin="anonymous"></script> to the header.

See https://github.com/KaTeX/KaTeX/tree/main/contrib/copy-tex