-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
second curly braces removed #58
Comments
Hi! Thanks for reporting. This sounds like a bug. I will take a look at it when I find some time. In the meantime you can take a look at the code yourself. |
What would the fix for this be? require it to start with Just wondering as I'm running into a similar issue and my workaround is just |
Edit: This statement is not correct according to the HTML5 spec. |
I've looked into the spec of HTML5 attributes, and it is quite permissive. This is not what you want, so you should do a fork an mold You can install your own fork with Hope this helps you 😸 |
As of |
@arve0 any chance you could support delimiters > 1 character? example: |
@CalebKester Tracked in #65 |
Thanks! Wasn't sure it was intended behavior so thanks for opening that. |
Wiki.JS are using your package. I was having issues with the math function and tracked it back to when your package is used and I enter {1}{2}, it removes the second curly braces.
Is there some way to fix this in your package?
Example input:
Current output:
Expected output:
The text was updated successfully, but these errors were encountered: