wip
This commit is contained in:
2
testdata/data/recipe_salad/input.md
vendored
2
testdata/data/recipe_salad/input.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Recipe
|
||||
_type: Recipe
|
||||
author.name: Alex Chef
|
||||
cookTime: PT0M
|
||||
image: https://example.com/salad.jpg
|
||||
|
7
testdata/data/recipe_salad/output.json
vendored
7
testdata/data/recipe_salad/output.json
vendored
@@ -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"
|
||||
},
|
||||
"keywords": [
|
||||
|
Reference in New Issue
Block a user