-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix markdown bindings O-P #19026
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 O-P #19026
Conversation
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.
LGTM for opengarage
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.
Looking good now! 👍
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 fixes markdown formatting issues in binding documentation files for bindings O-P. The changes focus on correcting markdown syntax for emphasis, links, headings, and table formatting to improve documentation readability and consistency.
- Updates emphasis formatting from
*text*
to_text_
for consistency - Fixes markdown table formatting and link syntax
- Corrects heading levels and adds alt text to images
- Standardizes code block language specifications
Reviewed Changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
bundles/org.openhab.binding.powermax/README.md | Fixes grammatical error changing "informations" to "information" |
bundles/org.openhab.binding.plex/README.md | Updates emphasis formatting and fixes numbered list syntax |
bundles/org.openhab.binding.pixometer/README.md | Changes quote formatting to code formatting for URL example |
bundles/org.openhab.binding.pihole/README.md | Corrects heading level from ### to ## |
bundles/org.openhab.binding.pentair/README.md | Fixes missing table column separator |
bundles/org.openhab.binding.pegelonline/README.md | Adds alt text to image and updates emphasis formatting |
bundles/org.openhab.binding.openwebnet/README.md | Updates emphasis formatting and fixes internal link references |
bundles/org.openhab.binding.openuv/README.md | Fixes grammatical error and adds alt text to images |
bundles/org.openhab.binding.opengarage/README.md | Adds language specification to code block |
bundles/org.openhab.binding.onewire/README.md | Updates URL formatting with angle brackets |
bundles/org.openhab.binding.oceanic/README.md | Updates URL formatting with angle brackets |
Ref: #19011