@vite/vuepress-plugin-mathjax
v1.1.0
Published
> A mathjax render plugin for vuepress. It will render mathjax in server, without import some extra files in client.
Downloads
3
Readme
@vite/vuepress-plugin-mathjax
A mathjax render plugin for vuepress. It will render mathjax in server, without import some extra files in client.
Install
yarn add -D @vite/vuepress-plugin-mathjax
Add @vite/vuepress-plugin-mathjax
to config.js
:
plugins: [
['@vite/vuepress-plugin-mathjax']
]