Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

Enhancement: Ignore YAML front matter #4

Closed peterkaminski closed 3 years ago

peterkaminski commented 3 years ago

When parsing Markdown files, ignore anything that starts at byte 0 with ---\n, until the next instance of \n---\n.

Rationale:

We want to store machine readable values in YAML front matter. It would look something like this:

---
emails: 
  - kaminski@istori.com
  - peter.kaminski@gmail.com
full-name: "Peter Kaminski"
---