cqroot / joplin-outline

A markdown outline (TOC) sidebar plugin for Joplin.
MIT License
215 stars 16 forks source link

Headings are not rendered if following an unclosed comment tag (i.e. <!-- ) #63

Open hffaust opened 2 years ago

hffaust commented 2 years ago

Problem Background

Example code line 1
Example code line 2
...
Example code line N
<tag 1>test tag</tag 1>
<tag 2>test tage</tag 2>
<!-- UNCLOSED COMMENT

-->

Proposed Fix