markdown-it-katex icon indicating copy to clipboard operation
markdown-it-katex copied to clipboard

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

Open soichih opened this issue 7 years ago • 2 comments

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

soichih avatar Jan 29 '18 21:01 soichih

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.

iktakahiro avatar Mar 06 '18 07:03 iktakahiro

@iktakahiro well done!

yzhang-gh avatar Mar 08 '18 02:03 yzhang-gh