-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
Lychee trys to parse math equation leading to erroneous error message. #1197
Comments
I'm assuming that's inside a Markdown file?
Well, you can exclude it with |
Ah thank you @mre ! I didn't realize the exclude would be that easy so I hadn't even looked yet. Thanks! Also, yes. This is inside a Markdown file. |
The solution to this bug is to support the maths syntax. We wouldn't really want to work out a spec and add custom parsers atop It looks like there is some interest: pulldown-cmark/pulldown-cmark#622 rust-lang/mdBook#2222 As this bug has a workaround, I think it would be ok to close this issue with the stance that we will support maths syntax when @mre I will leave closing this to you if you agree. |
Good call. Seems like upstream process on this feature is slow, so might not make much sense to hold our breath before it lands. Closing. In case this gets merged in the future, I'd be thankful if someone could reopen the issue. |
pulldown-cmark/pulldown-cmark#734 (comment) 👀 @mre this could be re-opened |
Thanks for the notification. |
👋 It got fixed by Hugo. |
Thank you both for getting this done! 🙏 |
For example:
Is interpreted as a link and checked, giving an erroneous error message.
Is there anyway to workaround this? -- Thank you!
The text was updated successfully, but these errors were encountered: