-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix markdown bindings K-L #19018
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 K-L #19018
Conversation
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[email protected]> Signed-off-by: Leo Siepel <[email protected]> Merge branch 'fix/markdown-issues-k-l' of https://github.com/lsiepel/openhab-addons into fix/markdown-issues-k-l Signed-off-by: Leo Siepel <[email protected]> Fix K-L Signed-off-by: Leo Siepel <[email protected]>
…openhab-addons into fix/markdown-issues-k-l Signed-off-by: Leo Siepel <[email protected]>
Linktap looks good - Thank you :) |
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.
I prefer the handling of intentionally empty table rows we had before in KNX docs (i.e. using spaces to have the column markers at the same place, compared to removing the spaces).
But I have no strong feelings here.
-> Approved for knx.
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 kaleidescape.
comment left for lgtvserial
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 lgtvserial
Signed-off-by: Leo Siepel <[email protected]>
Signed-off-by: Leo Siepel <[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.
LGTM for kaleidescape
Signed-off-by: Leo Siepel <[email protected]>
Co-authored-by: Wouter Born <[email protected]> Signed-off-by: lsiepel <[email protected]>
Co-authored-by: Wouter Born <[email protected]> Signed-off-by: lsiepel <[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 pull request fixes markdown syntax issues in documentation files for bindings with names starting with K and L, addressing formatting and display problems in README files and related documentation.
- Fixed markdown table formatting by removing malformed table separators and adding proper column separators
- Corrected markdown syntax for headers, links, and list formatting
- Fixed spelling errors and improved clarity in documentation text
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
File | Description |
---|---|
bundles/org.openhab.binding.luxtronikheatpump/README.md | Added missing blank line before markdown table |
bundles/org.openhab.binding.lutron/doc/leapnotes.md | Updated GitHub reference and added missing blank line before code block |
bundles/org.openhab.binding.lutron/README.md | Fixed markdown headers and improved section structure |
bundles/org.openhab.binding.linky/doc/myelectricaldata/index.md | Restructured numbered list formatting and added proper title |
bundles/org.openhab.binding.linky/doc/enedis/index.md | Restructured numbered list formatting and added proper title |
bundles/org.openhab.binding.linky/README.md | Fixed markdown formatting, improved links, and corrected spelling errors |
bundles/org.openhab.binding.linktap/README.md | Fixed header formatting and removed trailing newline |
bundles/org.openhab.binding.lgtvserial/README.md | Fixed markdown escaping for asterisks and table formatting |
bundles/org.openhab.binding.lgthinq/README.md | Fixed table formatting and improved section headers |
bundles/org.openhab.binding.leapmotion/README.md | Fixed table formatting and improved description readability |
bundles/org.openhab.binding.knx/README.md | Fixed emphasis formatting and table separators |
bundles/org.openhab.binding.kaleidescape/README.md | Fixed table formatting and corrected spelling error |
Co-authored-by: Copilot <[email protected]> Signed-off-by: lsiepel <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: lsiepel <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: lsiepel <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: lsiepel <[email protected]>
Co-authored-by: Copilot <[email protected]> Signed-off-by: lsiepel <[email protected]>
Ref: #19011