Open eikowagenknecht opened 4 months ago
Hi, thank you for your report and sorry for the late reply. This issue looks a little weird, and it might be related to depencencies this package use. I have found a similar issue here in the micromark GitHub repo. The dependency "micromark-utils-character" might be causing the problem. Further investigation is needed, and I will work on this to reach a solution when I can spare some time.
Testing locally on my machine works fine. My exact local version of dependency "micromark-util-character" is 2.0.1. As a temporary fix, maybe specifying
"micromark-util-character": "2.0.1"
in your package.json can solve your problem (note there is no caret symbol before the version number).
Pinning 2.0.1
does not fix this. Thanks for investigating, though!
I'm trying to use this is Astro. Unfortunately, when at least one callout is present on the page, rendering crashes:
Stack Trace:
Input:
package.json:
The other alternative plugins work fine (with their limited functionality).