feat: whole bunch of shit

This commit is contained in:
Max Richter
2025-08-17 16:35:52 +02:00
parent 69c2550f44
commit b3c01bb43d
36 changed files with 878 additions and 12 deletions

19
examples/Books/Minimal.md Normal file
View File

@@ -0,0 +1,19 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Alice
datePublished: 2025-08-01
itemReviewed:
@type: Book
name: Untitled
author:
@type: Person
name: Unknown
---
# Untitled
## Review
A mysterious book that leaves everything to the imagination.

View File

@@ -0,0 +1,18 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Eve
datePublished: 2025-08-15
itemReviewed:
@type: Book
name: Anonymous Poems
reviewBody: "Short, haunting, and powerful verses."
reviewRating: 4/5
---
# Anonymous Poems
## Review
Short, haunting, and powerful verses.

19
examples/Books/NoBody.md Normal file
View File

@@ -0,0 +1,19 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Clara
datePublished: 2025-08-10
itemReviewed:
@type: Book
name: 1984
author:
@type: Person
name: George Orwell
reviewRating: 10/10
---
# 1984
## Review

View File

@@ -0,0 +1,28 @@
---
@context: https://schema.org
@type: Review
author:
@type: Person
name: Bob
datePublished: 2025-08-05
itemReviewed:
@type: Book
name: War and Peace
author:
@type: Person
name: Leo Tolstoy
reviewAspect:
- Length
- Complexity
- Characters
positiveNotes:
- Rich storytelling
- Deep philosophical themes
negativeNotes:
- Overwhelmingly long
---
# War and Peace
## Review
An epic novel that rewards patient readers but can feel exhausting at times.

View File

@@ -0,0 +1,17 @@
---
@type: Review
author:
name: Max Richter
itemReviewed:
@type: Book
author:
name: F. Scott Fitzgerald
reviewRating: 5
---
# The Great Gatsby
## Review
A brilliant novel that captures the glamour and disillusionment of the Jazz Age.
The writing is lyrical and immersive, and the themes of wealth, love, and loss remain relevant today.
While some characters come across as emotionally flat, the overall impact is unforgettable.