Update MD031/blanks-around-fences to include list_items parameter (fixes #200).

This commit is contained in:
David Anson 2019-08-02 22:58:41 -07:00
parent 4d11e60cfe
commit c5b74d22b9
9 changed files with 178 additions and 9 deletions

View file

@ -1169,7 +1169,7 @@ module.exports.readme = function readme(test) {
};
module.exports.doc = function doc(test) {
test.expect(327);
test.expect(328);
fs.readFile("doc/Rules.md", helpers.utf8Encoding,
function readFile(err, contents) {
test.ifError(err);