forked from mirror/NitWikit
9b3c93adb2
* markdownlint * try to format docs * 修复了format脚本并添加了markdownlint配置文件 * 重新自动格式化 * revert了自动格式化的部分因为它们貌似破坏了ci This reverts commit 874a7ec3c84c73b9da329a36974322d7ad1e3b39. Revert "try to format docs" This reverts commit 003da71931dafbf4063824fbc0b2e8830d2f1bee. * Revert "try to format docs" This reverts commit 003da71931dafbf4063824fbc0b2e8830d2f1bee. * 尝试修复 * 重新格式化 * changed markdownlint config * 手动对文档进行了格式化 * fixed markdownlint script * fixed link * 尝试格式化
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
{
|
|
"default": true,
|
|
"line-length": {"line_length": 120},
|
|
"single-h1": false,
|
|
"no-bare-urls": false,
|
|
"no-inline-html": false,
|
|
"no-alt-text": false
|
|
} |