wip
This commit is contained in:
2
testdata/data/article_simple/input.md
vendored
2
testdata/data/article_simple/input.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Article
|
||||
_type: Article
|
||||
author.name: John Doe
|
||||
---
|
||||
|
||||
|
7
testdata/data/article_simple/output.json
vendored
7
testdata/data/article_simple/output.json
vendored
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Article",
|
||||
"_type": "Article",
|
||||
"headline": "My First Article",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"_type": "Person",
|
||||
"name": "John Doe"
|
||||
},
|
||||
"articleBody": "This is the content of my first article. It's a simple one."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user