mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-27 19:18:48 +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
13
test/hugo-quickstart-example-json.md
Normal file
13
test/hugo-quickstart-example-json.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"title": "Another Hugo Post",
|
||||
"description": "Nothing special, but one post is boring.",
|
||||
"date": "2014-09-02",
|
||||
"categories": [ "example", "configuration" ],
|
||||
"tags": [
|
||||
"example",
|
||||
"hugo",
|
||||
"toml"
|
||||
],
|
||||
}
|
||||
|
||||
# Heading {MD025}
|
||||
Loading…
Add table
Add a link
Reference in a new issue