-
-
Notifications
You must be signed in to change notification settings - Fork 488
Open
Description
I want the processor to automatically exclude front matter content and instead only process the actual content.
What this would look like is if the first line is --- it should locate the next --- and start from there.
An example of the expected behaviour would be
---
# comment
---
# header
## sub-header
Should result in a output with 2 lines in the toc aka
---
# comment
---
**Table of contents**
- header
- sub-header
# header
## sub-header
Metadata
Metadata
Assignees
Labels
No labels