Closed
Conversation
|
Label error. Requires at least 1 of: Docs:User, Docs:Admin, Docs:Developer, Docs:Breaking-Change, Docs:Build&Tools, Docs:Guides. Found: |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR cleans up markdown formatting by removing redundant HTML <br/><br/> tags and stray headings across both German translations and English documentation files.
- Removed unnecessary
<br/><br/>tags to streamline markdown. - Fixed misformatted list items and heading markers left empty after tag removal.
- Standardized indentation for list entries.
Reviewed Changes
Copilot reviewed 68 out of 68 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| i18n/de/docusaurus-plugin-content-docs/current/user/spaces/rename.md | Removed redundant <br/><br/> and cleaned heading |
| i18n/de/docusaurus-plugin-content-docs/current/user/sharing/external.md | Removed <br/><br/> tags and corrected heading |
| i18n/de/docusaurus-plugin-content-docs/current/user/spaces/quota.md | Cleaned up HTML break tags in list entries |
| docs/user/spaces/rename.md | Removed unnecessary <br/><br/> lines |
| docs/user/sharing/external.md | Removed redundant HTML break tags |
| docs/admin/getting-started/container/docker-compose/keycloak.md | Removed extra <br/><br/> from steps |
| ... | Same cleanup applied across other markdown files |
| ### Hier zeigen wir wie es geht | ||
|
|
||
| ## <br/><br/> | ||
| ## |
There was a problem hiding this comment.
This is an empty H2 heading with no text. It should be removed to avoid rendering a blank section.
Suggested change
| ## |
Comment on lines
15
to
16
| ## | ||
|
|
There was a problem hiding this comment.
This H2 heading is empty after removing the <br/><br/>. Consider deleting it or adding the intended heading text.
Suggested change
| ## |
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.