Fix markdownlint errors

This commit is contained in:
Unmesh Gundecha
2021-02-21 00:05:37 +08:00
parent e1be246ff5
commit c7b301eb40
4 changed files with 178 additions and 95 deletions

View File

@@ -1,5 +1,6 @@
{
"default": true,
"line-length": false,
"no-duplicate-header": false
"no-duplicate-header": false,
"no-inline-html": false
}