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

adoroszlai pushed a commit to branch HDDS-9225-website-v2
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/HDDS-9225-website-v2 by this 
push:
     new d882a3a4 HDDS-11979. Fix heading and list checks in markdownlint. 
(#121)
d882a3a4 is described below

commit d882a3a44e4444a74ce835bfe764a222487b52af
Author: Ethan Rose <[email protected]>
AuthorDate: Fri Jan 3 09:30:23 2025 -0500

    HDDS-11979. Fix heading and list checks in markdownlint. (#121)
---
 .markdownlint.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.markdownlint.yaml b/.markdownlint.yaml
index 88b17753..b70e56b8 100644
--- a/.markdownlint.yaml
+++ b/.markdownlint.yaml
@@ -18,8 +18,12 @@
 # This file extends the defaults present in
 # 
https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
 
+# Only use # characters to indicate headings
+heading-style:
+  style: atx
+
 # Only - (dash) character is allowed for bullet lists.
-heading-increment:
+ul-style:
   style: dash
 
 line-length:


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

Reply via email to