wip
This commit is contained in:
4
testdata/data/typo_section_header/input.md
vendored
4
testdata/data/typo_section_header/input.md
vendored
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Recipe
|
||||
_type: Recipe
|
||||
name: Typo Recipe
|
||||
---
|
||||
|
||||
@@ -11,4 +11,4 @@ name: Typo Recipe
|
||||
|
||||
## Stps
|
||||
1. Step 1
|
||||
2. Step 2
|
||||
2. Step 2
|
||||
|
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "Recipe",
|
||||
"_type": "Recipe",
|
||||
"name": "Typo Recipe",
|
||||
"recipeIngredient": [
|
||||
"Item 1",
|
||||
@@ -10,4 +9,4 @@
|
||||
"Step 1",
|
||||
"Step 2"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user