Issue
The last item in the frontmatter of a note is being parsed as an H2 for the outline view, due to the closing frontmatter marker --- being read as the alternative heading markup for an H2 heading:
This is an H2 Heading
---
Example
So, for this example...
---
title: Test
type: Test
---
... the outline shows H2: type: Test
Adding a blank line at the end of the frontmatter block fixes the mis-parsing...
---
title: Test
type: Test
---
To Solve
The outline parser should skip the whole of the frontmatter block
Issue
The last item in the frontmatter of a note is being parsed as an H2 for the outline view, due to the closing frontmatter marker
---being read as the alternative heading markup for an H2 heading:This is an H2 Heading ---Example
So, for this example...
... the outline shows
H2: type: TestAdding a blank line at the end of the frontmatter block fixes the mis-parsing...
To Solve
The outline parser should skip the whole of the frontmatter block