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
See markdown spec. https://www.markdownlang.com/advanced/frontmatter.html
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
Should result in a output with 2 lines in the toc aka
See markdown spec. https://www.markdownlang.com/advanced/frontmatter.html