diff options
author | Michael Davis | 2022-12-23 01:21:02 +0000 |
---|---|---|
committer | GitHub | 2022-12-23 01:21:02 +0000 |
commit | 7905086b55eac2a817c16fe3a9ab987e718324c8 (patch) | |
tree | acd420eab875a92cfa3ae9b0606a0b0d965bcb92 /runtime/themes | |
parent | c4263d6a56c6490b34a43c7d393fce321514b6ef (diff) |
Fix HTML injection within markdown (#5265)
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.
Diffstat (limited to 'runtime/themes')
0 files changed, 0 insertions, 0 deletions