mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 13:23:13 +00:00
Relax markdownlint rules for the book
This commit is contained in:
parent
33ed2b7a1c
commit
38beca21cc
7
.markdownlint-cli2.jsonc
Normal file
7
.markdownlint-cli2.jsonc
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"MD013": false, // Line length: allow longer lines in prose and tables.
|
||||
"MD040": false, // Fenced code blocks language: allow language-less fences.
|
||||
"MD060": false // Table column style: relax spacing requirements.
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user