Allan Deutsch

Results 6 comments of Allan Deutsch

I've just encountered a similar issue with escaped `%` characters (`\%`) in math sequences. In my case the reverse is happening - `\%` in my source notes becomes `%` in...

I got @kwshi's rehype-katex-svelte working pretty easily with: ``` "rehype-katex-svelte": "^1.0.3", "remark-math": "^3.0.0", "mdsvex": "^0.9.1", ``` and the CSS needed to be [email protected]. I originally tried @0.15.0 and had rendering...

+1 would also like to see this. I've tried using a custom mdsvex layout file to provide a custom component to replace `` elements, but `` seems to be an...

> I am not sure what the `extraFileExtensions: [".svelte"],` is supposed to do? It seem that I can remove it without any ill effect. Hope this helps. @robinengler I wanted...

Just encountered this issue. I'm fine with the workarounds above, but I'm less thrilled with spending several hours figuring out I didn't have a bug all along - it was...

Okay I've looked at it again and believe I've figured out how to get everything typed. Can you confirm this looks correct to you @xeho91 ? ```svelte import MyComponent from...