This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new cb0a8dd  Update markdown lint
cb0a8dd is described below

commit cb0a8dd84687ff440f4cae9f6e1b3f3d6046326e
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Nov 28 14:29:10 2025 -0800

    Update markdown lint
---
 .github/linters/.markdown-lint.yml | 31 ++++++++++++++++++-------------
 1 file changed, 18 insertions(+), 13 deletions(-)

diff --git a/.github/linters/.markdown-lint.yml 
b/.github/linters/.markdown-lint.yml
index 100965f..fe885ac 100644
--- a/.github/linters/.markdown-lint.yml
+++ b/.github/linters/.markdown-lint.yml
@@ -1,29 +1,34 @@
-# MD013/line-length Line length
-MD013: false
+MD003:
+  style: atx
 
-# MD007/ul-indent Unordered list indentation
-MD007: false
+MD004:
+  style: consistent
+
+MD005:
+  indent: 2
+
+MD007: 2
+
+MD013:
+  code_blocks: false
+  line_length: 915
+  tables: false
 
 # MD025/single-title/single-h1 Multiple top-level headings in the same document
 MD025: false
 
-# MD028/no-blanks-blockquote Blank line inside blockquote
-MD028: false
+MD029: one
 
-# MD029/ol-prefix Ordered list item prefix
-MD029: false
-
-# MD033/no-inline-html Inline HTML
 MD033: false
 
-# MD034/no-bare-urls Bare URL used
 MD034: false
 
+MD035: consistent
+
 # MD041/first-line-heading/first-line-h1 First line in a file should be a 
top-level heading
 MD041: false
 
-# MD055/table-pipe-style Table pipe style
-MD055: false
+MD046: false
 
 # MD056/table-column-count Table column count
 MD056: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to