NitWikit/.markdownlint.jsonc
SB-Reborn 9b3c93adb2
回退了那些破坏ci的更改并重新配置markdownlint (#286)
* markdownlint

* try to format docs

* 修复了format脚本并添加了markdownlint配置文件

* 重新自动格式化

* revert了自动格式化的部分因为它们貌似破坏了ci

This reverts commit 874a7ec3c8.

Revert "try to format docs"

This reverts commit 003da71931.

* Revert "try to format docs"

This reverts commit 003da71931.

* 尝试修复

* 重新格式化

* changed markdownlint config

* 手动对文档进行了格式化

* fixed markdownlint script

* fixed link

* 尝试格式化
2024-10-01 05:16:42 +08:00

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
}