-
Notifications
You must be signed in to change notification settings - Fork 417
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
[bug] Update: Feedback on a series of markdown parsing errors. #500
Comments
The bug of math formula parsing has been submitted to the upstream reveal.js, and it was fixed yesterday, and there is still a bug of emoji parsing. You can refer to the commit logs. |
jaywhj
changed the title
[bug] an inline span of code is parsed,but it should show the original code
[bug] Update: Feedback on a series of markdown parsing errors.
Nov 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These days use reveal-md, one after another found some bugs, I upload the source code file for reference, download the final version can be (In the last comment), it contains all issues.
an inline span of code is parsed,but it should show the original code
e.g, the inline span of
😄
would be parsed as the emoji 😄, but it should show the utf8 character.similarly, the math code in an inline span is parsed.
e.g, the inline span of
$ E=mc^2 $
would be parsed as the formula, but it should show the original code$ E=mc^2 $
.The text was updated successfully, but these errors were encountered: