Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31).

This commit is contained in:
David Anson 2016-09-29 21:25:10 -07:00
parent c2982e2972
commit a2df7742c6
6 changed files with 87 additions and 3 deletions

View file

@ -857,7 +857,7 @@ module.exports.readme = function readme(test) {
};
module.exports.doc = function doc(test) {
test.expect(293);
test.expect(294);
fs.readFile("doc/Rules.md", shared.utf8Encoding,
function readFile(err, contents) {
test.ifError(err);