Files
marka/testdata/data/complex_front_matter/input.md

20 lines
279 B
Markdown

---
@type: Book
name: The Great Book
author:
@type: Person
name: Jane Doe
email: jane.doe@example.com
tags:
- fiction
- adventure
chapters:
- name: Chapter 1
pages: 20
- name: Chapter 2
pages: 30
---
# The Great Book
This is the content of the great book.