Update MD041/first-line-h1 to allow secondary headings if a YAML title is present (refs #116).

This commit is contained in:
David Anson 2019-03-10 22:10:33 -07:00
parent ed295cd947
commit c71bb4fbd5
4 changed files with 46 additions and 27 deletions

View file

@ -0,0 +1,8 @@
{
"default": true,
"MD002": {
"level": 2
},
"MD013": false,
"MD041": true
}

View file

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