Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes redundant HTML <br/><br/> line breaks from Markdown files across both the English docs and German translations to streamline formatting and ensure consistent Markdown structure.
- Removed HTML line-break tags (
<br/><br/>) from headings and paragraphs - Cleaned up excess blank lines to maintain proper Markdown flow
- Applied changes uniformly across
i18n/de/localized files anddocs/source files
Reviewed Changes
Copilot reviewed 68 out of 68 changed files in this pull request and generated no comments.
| File Pattern | Description |
|---|---|
| i18n/de/docusaurus-plugin-content-docs/**/* | Remove HTML <br/><br/> tags to clean up formatting in German docs |
| docs/user/**/* | Remove HTML <br/><br/> tags to clean up formatting in English docs |
| docs/admin/**/* | Remove HTML <br/><br/> tags to clean up formatting in admin guides |
Comments suppressed due to low confidence (2)
i18n/de/docusaurus-plugin-content-docs/current/user/spaces/rename.md:11
- This line introduces an empty second-level heading. It appears to be a leftover after removing the
<br/>tags—either remove it or add descriptive text.
##
i18n/de/docusaurus-plugin-content-docs/current/user/sharing/external.md:15
- An empty
##heading remains here after stripping out the HTML breaks. Consider removing this or replacing it with a proper heading.
##
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.