cqroot / joplin-outline

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

Outline plugin picks up commented out headings to display in the panel #16

Closed asheeshr closed 3 years ago

asheeshr commented 3 years ago

I am trying out the plugin. It's useful as it allows at a glance to see what the note contents are even if you're editing somewhere deep in the note which is great!

I noticed this bug that when my note contains the following block:

<!--
### Thing

-->

This is the [toc] output:

Screenshot from 2021-01-18 16-49-11

This is the outline plugin output: Screenshot from 2021-01-18 16-49-16

Those two should be identical.

cqroot commented 3 years ago

1.0.9 fixed it.