false detection of directive #2375
Unanswered
kinecology
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(All of this is version 7.17.2):
I have a kit-based editor in a svelte app:
And in a separate javascript app, I tried using Crepe:
However, content created in the Kit version renders find in both unless there is a colon in the text, such as "time \t2:33 PM" then it apparently tries to find a directive called "33" and errors:
Can you see anything in Kit config that should be added to the Crepe config to fix this?
https://www.npmjs.com/package/@ezone-devops/milkdown-plugin-directive-fallback seems relevant but I don't fully understand it.
And, the fact that it works fine in Kit but not Crepe tells me maybe it's in the config.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions