-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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 two+ trailing spaces in text #19866
Conversation
Preview URLs
FlawsNote! 5 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
External URLsURL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs |
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, but note that 2 trailing spaces has a special meaning in Markdown/CommonMark to create a BR tag https://spec.commonmark.org/0.30/#hard-line-break |
The test in PR #19863 shows that the markdownlinter or the current configuration doesn't detect more than one trailing spaces.
Fixing the spaces in text first.
cc: @teoli2003, @nschonni