Skip to content

Increased compatability when front matter is used #279

@thompson-tomo

Description

@thompson-tomo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions