waylonflinn / markdown-it-katex

Add Math to your Markdown with a KaTeX plugin for Markdown-it
MIT License
252 stars 155 forks source link

Doesn't work with the latest version of katex (0.9) #21

Open soichih opened 6 years ago

soichih commented 6 years ago

It looks like this module no longer works properly with the latest version of katex (0.9). Can you upgrade the package dependency?

https://github.com/Khan/KaTeX/issues/1114#issuecomment-361387732

iktakahiro commented 6 years ago

I've forked: https://github.com/iktakahiro/markdown-it-katex/

You can install the forked package.

npm i @iktakahiro/markdown-it-katex

Note that the above package is work-around for me. I should send PR to this original repository.

yzhang-gh commented 6 years ago

@iktakahiro well done!