big tings
This commit is contained in:
3
parser/testdata/recipe_salad/input.md
vendored
3
parser/testdata/recipe_salad/input.md
vendored
@@ -1,8 +1,7 @@
|
||||
---
|
||||
@type: Recipe
|
||||
image: https://example.com/salad.jpg
|
||||
author: Alex Chef
|
||||
datePublished: 2025-08-12
|
||||
author.name: Alex Chef
|
||||
prepTime: PT10M
|
||||
cookTime: PT0M
|
||||
recipeYield: 2 servings
|
||||
|
3
parser/testdata/recipe_salad/output.json
vendored
3
parser/testdata/recipe_salad/output.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@context": "https://schema.org/",
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Recipe",
|
||||
"name": "Simple Salad",
|
||||
"image": "https://example.com/salad.jpg",
|
||||
@@ -7,7 +7,6 @@
|
||||
"@type": "Person",
|
||||
"name": "Alex Chef"
|
||||
},
|
||||
"datePublished": "2025-08-12",
|
||||
"description": "A quick green salad.",
|
||||
"prepTime": "PT10M",
|
||||
"cookTime": "PT0M",
|
||||
|
Reference in New Issue
Block a user