コメントアウトの仕方を修正
This commit is contained in:
parent
c0d365aaaf
commit
48000669b4
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ E = mc^2
|
||||||
npm install remark remark-rehype rehype-stringify
|
npm install remark remark-rehype rehype-stringify
|
||||||
|
|
||||||
npm install remark-math
|
npm install remark-math
|
||||||
npm install rehype-katex // KaTeXの場合
|
npm install rehype-katex # KaTeXの場合
|
||||||
npm install rehype-mathjax // MathJaxの場合(コードもいい感じに置き換えてね)
|
npm install rehype-mathjax # MathJaxの場合(コードもいい感じに置き換えてね)
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue