Skip to content
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

fails to parse some html comments #1487

Open
patricklx opened this issue Nov 2, 2023 · 0 comments
Open

fails to parse some html comments #1487

patricklx opened this issue Nov 2, 2023 · 0 comments

Comments

@patricklx
Copy link
Contributor

patricklx commented Nov 2, 2023

fails:

  • <!---my comment---> (3 dashes)

works half:

  • <!---my comment--> (3 dashes start, 2 dashes end), but printed as <!---y comment-->
  • <!my comment--> printed as <!----> (not valid anyway)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant