wip
This commit is contained in:
6
testdata/data/complex_front_matter/input.md
vendored
6
testdata/data/complex_front_matter/input.md
vendored
@@ -1,8 +1,8 @@
|
||||
---
|
||||
@type: Book
|
||||
_type: Book
|
||||
name: The Great Book
|
||||
author:
|
||||
@type: Person
|
||||
_type: Person
|
||||
name: Jane Doe
|
||||
email: jane.doe@example.com
|
||||
tags:
|
||||
@@ -17,4 +17,4 @@ chapters:
|
||||
|
||||
# The Great Book
|
||||
|
||||
This is the content of the great book.
|
||||
This is the content of the great book.
|
||||
|
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Book",
|
||||
"_type": "Book",
|
||||
"name": "The Great Book",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"_type": "Person",
|
||||
"name": "Jane Doe",
|
||||
"email": "jane.doe@example.com"
|
||||
},
|
||||
@@ -23,4 +22,4 @@
|
||||
],
|
||||
"headline": "The Great Book",
|
||||
"articleBody": "This is the content of the great book."
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user