errose28 opened a new pull request, #117: URL: https://github.com/apache/ozone-site/pull/117
## What changes were proposed in this pull request? 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: ```markdown # Title ## Case 1 ### Usage ## Case 2 ### Usage ``` ## What is the link to the Apache Jira? HDDS-11968 ## How was this patch tested? Markdownlint check passed in [this run](https://github.com/errose28/ozone-site/actions/runs/12420912372/job/34679457299), which had duplicate non-sibling headings added [here](https://github.com/errose28/ozone-site/commit/ac1b313303af89f36452d3249c7290ba151d4115) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
