wip
This commit is contained in:
2
testdata/data/baguette/input.md
vendored
2
testdata/data/baguette/input.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Recipe
|
||||
_type: Recipe
|
||||
author.name: Max Richter
|
||||
---
|
||||
|
||||
|
5
testdata/data/baguette/output.json
vendored
5
testdata/data/baguette/output.json
vendored
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Recipe",
|
||||
"_type": "Recipe",
|
||||
"name": "Baguette",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"_type": "Person",
|
||||
"name": "Max Richter"
|
||||
},
|
||||
"description": "My favourite baguette recipe",
|
||||
|
Reference in New Issue
Block a user