remark icon indicating copy to clipboard operation
remark copied to clipboard

KaTeX support in v0.14 seems to be broken for external (.md) contents

Open anaderi opened this issue 9 years ago • 1 comments

as I create dummy slides with KaTeX https://github.com/gnab/remark/wiki/LaTeX-Using-KaTeX those work fine, but as soon as I move contents to external .md file

<       var slideshow = remark.create({
<         sourceUrl: 'main.md',
<       });

---
>       var slideshow = remark.create();

I don't see any formulae, just plain text it still works fine if I change to remark v0.13

Please bring it back )

UPD: and maybe consider adding some tests?

anaderi avatar Nov 07 '16 08:11 anaderi

ahem?

anaderi avatar Nov 14 '16 12:11 anaderi