mirror of
https://github.com/veeso/termscp.git
synced 2026-09-26 05:51:20 -07:00
docs: disable MD060 table alignment (incompatible with CJK width)
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
"config": {
|
"config": {
|
||||||
// Line length is impractical for keyboard/style tables and long prose;
|
// Line length is impractical for keyboard/style tables and long prose;
|
||||||
// mdBook reflows in the browser, so we don't enforce a hard wrap.
|
// mdBook reflows in the browser, so we don't enforce a hard wrap.
|
||||||
"MD013": false
|
"MD013": false,
|
||||||
|
// Table column alignment can't be satisfied for CJK (zh-CN) content:
|
||||||
|
// markdownlint counts code points while CJK glyphs are double-width, so a
|
||||||
|
// visually aligned table never matches. Rendering is unaffected.
|
||||||
|
"MD060": false
|
||||||
},
|
},
|
||||||
"globs": ["docs/**/*.md"],
|
"globs": ["docs/**/*.md"],
|
||||||
"ignores": [
|
"ignores": [
|
||||||
|
|||||||
Reference in New Issue
Block a user