-
Notifications
You must be signed in to change notification settings - Fork 1
chore: trailing whitespace cleanup #727
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -13,9 +13,9 @@ tags: ["planning", "template", "process"] | |||||||||
|
|
||||||||||
| # Project Planning: [Project Name] | ||||||||||
|
|
||||||||||
| **Created:** YYYY-MM-DD | ||||||||||
| **Status:** Planning / In Progress / Completed | ||||||||||
| **Owner:** @username | ||||||||||
| **Created:** YYYY-MM-DD | ||||||||||
| **Status:** Planning / In Progress / Completed | ||||||||||
| **Owner:** @username | ||||||||||
|
Comment on lines
+16
to
+18
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the trailing double spaces from these lines will cause them to merge into a single paragraph when rendered in Markdown. In Markdown, trailing double spaces are syntactically significant as they represent a line break. To preserve the line breaks without relying on trailing whitespace, use a backslash (
Suggested change
|
||||||||||
| **Repository:** lightspeedwp/.github | ||||||||||
|
|
||||||||||
| --- | ||||||||||
|
|
@@ -226,6 +226,6 @@ Once this planning document is approved, you're ready to: | |||||||||
|
|
||||||||||
| --- | ||||||||||
|
|
||||||||||
| **Template Version:** 1.0 | ||||||||||
| **Last Updated:** 2026-05-31 | ||||||||||
| **Template Version:** 1.0 | ||||||||||
| **Last Updated:** 2026-05-31 | ||||||||||
| **See also:** [CONTRIBUTING.md](../../../CONTRIBUTING.md), [Issue Triage Guide](../../../docs/issue-triage-guide.md) | ||||||||||
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.
Removing the trailing double spaces from these lines will cause them to merge into a single paragraph when rendered in Markdown. In Markdown, trailing double spaces are syntactically significant as they represent a line break. To preserve the line breaks without relying on trailing whitespace, use a backslash (
\\) at the end of each line.