mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
Minor updates for MD047 and to remove a reference to io.js.
This commit is contained in:
parent
994903ba88
commit
3960a4a26d
3 changed files with 11 additions and 9 deletions
|
@ -5,8 +5,8 @@ const markdownlint = require("../lib/markdownlint");
|
|||
const options = {
|
||||
"files": [ "good.md", "bad.md" ],
|
||||
"strings": {
|
||||
"good.string": "# good.string\n\nThis string passes all rules.",
|
||||
"bad.string": "#bad.string\n\n#This string fails\tsome rules."
|
||||
"good.string": "# good.string\n\nThis string passes all rules.\n",
|
||||
"bad.string": "#bad.string\n\n#This string fails\tsome rules.\n"
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue