ignore some markdown lints

This commit is contained in:
Oliver Schneider 2016-05-06 16:07:54 +02:00
parent a159f047dd
commit 6f5c747324
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46
1 changed files with 12 additions and 0 deletions

12
.remarkrc Normal file
View File

@ -0,0 +1,12 @@
{
"plugins": {
"lint": {
"table-pipes": false,
"table-pipe-alignment": false,
"maximum-line-length": 120
}
},
"settings": {
"commonmark": true
}
}