bigcyy opened a new pull request, #3310:
URL: https://github.com/apache/hertzbeat/pull/3310
## What's changed?
<!-- Describe Your PR Here -->
#3309
After introducing Markdownlint, some Markdown articles did not comply with
the expected formatting rules, resulting in CI pipeline failures.
**Changes**:
- Fixed bare URLs (MD034) by converting them into proper Markdown links.
- Corrected ordered list numbering issues
- Updated `.markdownlint-cli2.jsonc`:
- Added "globs": ["home/**/*.md"] to support local validation and
testing.
- Corrected `"ignore"` → `"ignores"` typo to properly exclude
directories like `node_modules/`, `target/`, and `dist/`.
## Checklist
- [X] I have read the [Contributing
Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide)
- [ ] I have written the necessary doc or comment.
- [ ] I have added the necessary unit tests and all cases have passed.
## Add or update API
- [ ] I have added the necessary [e2e
tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have
passed.
--
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]