fixed jina to use mostly markdown and added linters

This commit is contained in:
chadmf
2021-12-06 16:52:56 -06:00
parent 0c39fb23c3
commit 2dc2c56b52
6 changed files with 184 additions and 329 deletions

6
.github/linters/.markdown-lint.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"default": true,
"MD003": false,
"MD013": false,
"MD033": false
}