VuepressにMathjax導入
手順
プラグイン追加
yarn add -D vuepress-plugin-mathjax
config.jsを修正
module.exports = {
...
plugins: [
[
"vuepress-plugin-mathjax",
{
target: "svg",
macros: {
"*": "\\times",
},
},
],
...
]
...
使ってみる
できている。ちなみにmarkdonwに記述したコードは以下の通り。
$\hat{μ} = \bar X$