You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some headings underneath that would not be rendered in the "Outline view" and it took me a while to realize that it was due to this unclosed comment tag. If I put a line with --> (note --!> does NOT work) underneath of the code box like so then I would regain functionality in the "Outline view" and I could see the rest of my headings rendered.
Without this line the Outline View heading rendered breaks for the remainder of the note.
Proposed Fix
I think there should be a way to prevent Joplin, or the Outline Renderer from trying to evaluate HTML comment tags when they are enclosed within a CODE block (i.e. between two sets of backticks).
This would solve the issue and make it so I do not have to add an extra nonsense line to my note to "close" the unclosed tag.
I am not sure if this is an issue within the Outline Plugin, or within Joplin itself...
I can provide screenshots if needed. Just ask. Thanks.
The text was updated successfully, but these errors were encountered:
Problem Background
-->
(note--!>
does NOT work) underneath of the code box like so then I would regain functionality in the "Outline view" and I could see the rest of my headings rendered.-->
Proposed Fix
I think there should be a way to prevent Joplin, or the Outline Renderer from trying to evaluate HTML comment tags when they are enclosed within a CODE block (i.e. between two sets of backticks).
I am not sure if this is an issue within the Outline Plugin, or within Joplin itself...
I can provide screenshots if needed. Just ask. Thanks.
The text was updated successfully, but these errors were encountered: