Add short links to each rule in Rules.md, update README.md to use them (fixes #54).

This commit is contained in:
David Anson 2017-05-07 12:48:04 -07:00
parent da529ac286
commit b436640918
5 changed files with 133 additions and 43 deletions

8
.markdownlint.json Normal file
View file

@ -0,0 +1,8 @@
{
"line-length": false,
"no-inline-html": {
"allowed_elements": [
"a"
]
}
}