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

Fix HTML injection within markdown #5265

Merged

Commits on Dec 22, 2022

  1. Fix HTML injection within markdown

    HTML nodes should be combined injections in the markdown block
    grammar. When nodes are together the highlighting works properly but
    when there is markdown content between HTML nodes like in a `<details>`
    tag, the highlighting of the closing tag breaks since tree-sitter-html
    looks for opening and closing tags.
    the-mikedavis committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    f5601bb View commit details
    Browse the repository at this point in the history