-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix markdown bindings I-J #19017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix markdown bindings I-J #19017
Conversation
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making the changes. LGTM.
Signed-off-by: Leo Siepel <[email protected]>
Co-authored-by: Wouter Born <[email protected]> Signed-off-by: lsiepel <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses markdown formatting issues in binding documentation files as part of fixing markdown bindings I-J. The changes focus on improving consistency, readability, and proper markdown syntax across several binding README files.
- Fixes various markdown formatting inconsistencies including bold text, lists, code blocks, and image references
- Corrects spelling errors and typos in documentation
- Standardizes heading formats and table spacing
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
bundles/org.openhab.binding.ism8/README.md | Fixes markdown formatting for bold text, image references, and removes extraneous line |
bundles/org.openhab.binding.irtrans/README.md | Corrects spelling errors, markdown formatting, and channel reference links |
bundles/org.openhab.binding.ipcamera/README.md | Fixes list numbering, adds proper code block syntax highlighting |
bundles/org.openhab.binding.insteon/README.md | Extensive formatting improvements including heading standardization, spelling fixes, and list formatting |
bundles/org.openhab.binding.iammeter/README.md | Adds proper table spacing for better markdown rendering |
Ref: #19011