Allow for trailing spaces after front matter open/close fences (fixes #208).

This commit is contained in:
David Anson 2019-07-27 18:10:26 -07:00
parent 91b4fcd55f
commit cd7a65cedd
8 changed files with 36 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.

View file

@ -0,0 +1,5 @@
{
"default": true,
"MD013": false,
"MD041": true
}

View file

@ -0,0 +1,8 @@
---
layout: post
title: "Welcome to Jekyll!"
date: 2015-11-17 16:16:01 -0600
categories: jekyll update
---
Front matter from [Jekyll documentation](https://jekyllrb.com/docs/posts/#a-typical-post).

View file

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

View file

@ -0,0 +1,6 @@
+++
date = "2017-01-26T22:17:00+02:00"
title = "My document title and heading"
+++
Some plain text here.