mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Support JSON front matter as used by the Hugo site generator (fixes #270).
This commit is contained in:
parent
47d82d6fd4
commit
bb157b2ce7
11 changed files with 60 additions and 7 deletions
6
test/front-matter-alt-title-json.md
Normal file
6
test/front-matter-alt-title-json.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"date": "2017-01-26T22:17:00+02:00",
|
||||
"alternate": "My document title and heading"
|
||||
}
|
||||
|
||||
Some plain text here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue