Ethan Rose created HDDS-11968:
---------------------------------

             Summary: Only check sibling headings for duplicate titles in 
markdown lint
                 Key: HDDS-11968
                 URL: https://issues.apache.org/jira/browse/HDDS-11968
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Ethan Rose


Markdownlint has a 
[check|https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md024.md] 
for duplicate headings, but by default it is global. We only want to enforce 
this for sibling headings, for example the following it ok:
{code}
# Title
## Case 1
### Usage
## Case 2
### Usage
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to