Add support to MD011 for Markdown Extra-style footnotes (fixes #18).

This commit is contained in:
David Anson 2016-06-24 23:13:00 -07:00
parent cfef715ed3
commit 83639b8ef8
3 changed files with 17 additions and 1 deletions

View file

@ -260,6 +260,10 @@ To fix this, swap the `[]` and `()` around:
[Correct link syntax](http://www.example.com/)
Note: [Markdown Extra](https://en.wikipedia.org/wiki/Markdown_Extra)-style footnotes do not trigger this rule:
For (example)[^1]
## MD012 - Multiple consecutive blank lines
Tags: whitespace, blank_lines