mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-26 00:46:10 +01:00
Add support for pandoc-style YAML front matter fences ---/... (fixes #153).
This commit is contained in:
parent
61d6311a3e
commit
df2507f030
4 changed files with 13 additions and 2 deletions
4
test/front-matter-title-pandoc.json
Normal file
4
test/front-matter-title-pandoc.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD041": true
|
||||
}
|
||||
6
test/front-matter-title-pandoc.md
Normal file
6
test/front-matter-title-pandoc.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title: "Welcome to pandoc!"
|
||||
date: 2015-11-17 16:16:01 -0600
|
||||
...
|
||||
|
||||
Some plain text here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue