feat: whole bunch of shit
This commit is contained in:
28
examples/Books/NoRating.md
Normal file
28
examples/Books/NoRating.md
Normal 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.
|
Reference in New Issue
Block a user