feat: renderer

This commit is contained in:
2025-08-19 17:20:24 +02:00
parent 6db87db325
commit 210b31aef8
38 changed files with 727 additions and 299 deletions

19
testdata/data/baguette/output.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Baguette",
"author": {
"@type": "Person",
"name": "Max Richter"
},
"description": "My favourite baguette recipe",
"recipeIngredient": [
"Flour",
"Water",
"Salt"
],
"recipeInstructions": [
"Mix Flour Water and Salt",
"Bake the bread"
]
}