mirror of
https://github.com/postyizhan/NitWikit.git
synced 2024-11-21 03:13:36 +08:00
9b3c93adb2
* markdownlint * try to format docs * 修复了format脚本并添加了markdownlint配置文件 * 重新自动格式化 * revert了自动格式化的部分因为它们貌似破坏了ci This reverts commit874a7ec3c8
. Revert "try to format docs" This reverts commit003da71931
. * Revert "try to format docs" This reverts commit003da71931
. * 尝试修复 * 重新格式化 * 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
|
|
} |