mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-04 15:08:49 +01:00
Relax MD041/first-line-h1 to allow blank links above the top level header (fixes #116).
This commit is contained in:
parent
017fe127fa
commit
072da48add
5 changed files with 30 additions and 17 deletions
8
test/hugo-quickstart-example-blank.md
Normal file
8
test/hugo-quickstart-example-blank.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
+++
|
||||
date = "2016-02-14T16:11:58+05:30"
|
||||
draft = true
|
||||
title = "Good to Great Book Review"
|
||||
|
||||
+++
|
||||
|
||||
# Heading 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue