wip
This commit is contained in:
2
testdata/data/recipe_no_description/input.md
vendored
2
testdata/data/recipe_no_description/input.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Recipe
|
||||
_type: Recipe
|
||||
author.name: Alex Chef
|
||||
cookTime: PT0M
|
||||
image: https://example.com/salad.jpg
|
||||
|
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@schema": "Recipe",
|
||||
"@type": "Recipe",
|
||||
"_schema": "Recipe",
|
||||
"_type": "Recipe",
|
||||
"name": "Simple Salad",
|
||||
"image": "https://example.com/salad.jpg",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"_type": "Person",
|
||||
"name": "Alex Chef"
|
||||
},
|
||||
"prepTime": "PT10M",
|
||||
|
Reference in New Issue
Block a user