Add support for pandoc-style YAML front matter fences ---/... (fixes #153).

This commit is contained in:
David Anson 2019-03-17 22:05:50 -07:00
parent 61d6311a3e
commit df2507f030
4 changed files with 13 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{
"default": true,
"MD041": true
}

View file

@ -0,0 +1,6 @@
+++
title: "Welcome to pandoc!"
date: 2015-11-17 16:16:01 -0600
...
Some plain text here.