21 lines
280 B
Markdown
21 lines
280 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.
|