-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Autoformat markdown files #66235
Open
sirreal
wants to merge
14
commits into
trunk
Choose a base branch
from
update/format-markdown
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Autoformat markdown files #66235
Changes from 10 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
19b43f7
Format changelogs
sirreal 4a05e11
Format markdown on lint-staged
sirreal 4bfed76
Allow for arbitrary number of spaces matching in "- " list markdown
sirreal 98d3dc9
DROPME: Add fake core merge file to test CI workflow
sirreal 5760f9e
Format as part of checking local changes
sirreal 7afefb8
move markdown formatting to postdocs:build script
sirreal ffe0749
Run docs:build script
sirreal b7c03c3
Add format:docs script and add it to lint-staged docs checking
sirreal 4636054
npm run format
sirreal 6ff5d29
Autoformat everything
sirreal dbedd65
Anchor changelog regex to start/end of line
sirreal f13077f
Update regex from #68049
sirreal 64b9708
Format components docs
sirreal a8e225f
format components docs
sirreal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
|
||
# Gutenberg Project Support | ||
|
||
Welcome to Gutenberg, a WordPress project. We hope you join us in creating the future platform for publishing; all are welcome here. | ||
|
||
* Please see the [Contributing Guidelines](https://github.com/WordPress/gutenberg/blob/HEAD/CONTRIBUTING.md) for additional information on how to contribute. | ||
- Please see the [Contributing Guidelines](https://github.com/WordPress/gutenberg/blob/HEAD/CONTRIBUTING.md) for additional information on how to contribute. | ||
|
||
* As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/). | ||
- As with all WordPress projects, we want to ensure a welcoming environment for everyone. With that in mind, all contributors are expected to follow our [Code of Conduct](https://make.wordpress.org/handbook/community-code-of-conduct/). | ||
|
||
* Join us on Slack for real-time communication, it is where maintainers coordinate around the project. To get started using Slack, see: https://make.wordpress.org/chat/ | ||
- Join us on Slack for real-time communication, it is where maintainers coordinate around the project. To get started using Slack, see: https://make.wordpress.org/chat/ | ||
|
||
* For general WordPress support with the core editor, see the [WordPress.org support forums](https://wordpress.org/support/forums/) — it is highly active and well maintained. | ||
- For general WordPress support with the core editor, see the [WordPress.org support forums](https://wordpress.org/support/forums/) — it is highly active and well maintained. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6279 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60063 | ||
- https://github.com/WordPress/gutenberg/pull/60063 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6522 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60106 | ||
* https://github.com/WordPress/gutenberg/pull/60228 | ||
* https://github.com/WordPress/gutenberg/pull/61638 | ||
- https://github.com/WordPress/gutenberg/pull/60106 | ||
- https://github.com/WordPress/gutenberg/pull/60228 | ||
- https://github.com/WordPress/gutenberg/pull/61638 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6559 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60349 | ||
* https://github.com/WordPress/gutenberg/pull/60464 | ||
* https://github.com/WordPress/gutenberg/pull/60491 | ||
* https://github.com/WordPress/gutenberg/pull/61757 | ||
- https://github.com/WordPress/gutenberg/pull/60349 | ||
- https://github.com/WordPress/gutenberg/pull/60464 | ||
- https://github.com/WordPress/gutenberg/pull/60491 | ||
- https://github.com/WordPress/gutenberg/pull/61757 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6567 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/47271 | ||
* https://github.com/WordPress/gutenberg/pull/61774 | ||
- https://github.com/WordPress/gutenberg/pull/47271 | ||
- https://github.com/WordPress/gutenberg/pull/61774 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6590 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/59531 | ||
* https://github.com/WordPress/gutenberg/pull/61182 | ||
* https://github.com/WordPress/gutenberg/pull/61717 | ||
- https://github.com/WordPress/gutenberg/pull/59531 | ||
- https://github.com/WordPress/gutenberg/pull/61182 | ||
- https://github.com/WordPress/gutenberg/pull/61717 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6605 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/61851 | ||
- https://github.com/WordPress/gutenberg/pull/61851 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6616 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/58409 | ||
* https://github.com/WordPress/gutenberg/pull/61328 | ||
* https://github.com/WordPress/gutenberg/pull/61842 | ||
* https://github.com/WordPress/gutenberg/pull/62199 | ||
* https://github.com/WordPress/gutenberg/pull/62252 | ||
- https://github.com/WordPress/gutenberg/pull/58409 | ||
- https://github.com/WordPress/gutenberg/pull/61328 | ||
- https://github.com/WordPress/gutenberg/pull/61842 | ||
- https://github.com/WordPress/gutenberg/pull/62199 | ||
- https://github.com/WordPress/gutenberg/pull/62252 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6656 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60715 | ||
- https://github.com/WordPress/gutenberg/pull/60715 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6662 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/57908 | ||
* https://github.com/WordPress/gutenberg/pull/62125 | ||
- https://github.com/WordPress/gutenberg/pull/57908 | ||
- https://github.com/WordPress/gutenberg/pull/62125 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6694 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60694 | ||
- https://github.com/WordPress/gutenberg/pull/60694 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6731 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62299 | ||
- https://github.com/WordPress/gutenberg/pull/62299 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6737 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62305 | ||
- https://github.com/WordPress/gutenberg/pull/62305 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6744 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62355 | ||
- https://github.com/WordPress/gutenberg/pull/62355 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6756 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62461 | ||
* https://github.com/WordPress/gutenberg/pull/62495 | ||
- https://github.com/WordPress/gutenberg/pull/62461 | ||
- https://github.com/WordPress/gutenberg/pull/62495 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6785 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62459 | ||
- https://github.com/WordPress/gutenberg/pull/62459 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6797 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62526 | ||
- https://github.com/WordPress/gutenberg/pull/62526 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6824 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62550 | ||
- https://github.com/WordPress/gutenberg/pull/62550 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6825 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62552 | ||
- https://github.com/WordPress/gutenberg/pull/62552 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6827 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62465 | ||
- https://github.com/WordPress/gutenberg/pull/62465 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6837 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62529 | ||
* https://github.com/WordPress/gutenberg/pull/62610 | ||
- https://github.com/WordPress/gutenberg/pull/62529 | ||
- https://github.com/WordPress/gutenberg/pull/62610 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6841 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62598 | ||
- https://github.com/WordPress/gutenberg/pull/62598 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6844 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62640 | ||
- https://github.com/WordPress/gutenberg/pull/62640 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6854 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62670 | ||
- https://github.com/WordPress/gutenberg/pull/62670 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6864 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62488 | ||
* https://github.com/WordPress/gutenberg/pull/62696 | ||
- https://github.com/WordPress/gutenberg/pull/62488 | ||
- https://github.com/WordPress/gutenberg/pull/62696 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6873 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62712 | ||
- https://github.com/WordPress/gutenberg/pull/62712 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6959 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63071 | ||
|
||
- https://github.com/WordPress/gutenberg/pull/63071 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6987 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63207 | ||
- https://github.com/WordPress/gutenberg/pull/63207 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6989 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63172 | ||
- https://github.com/WordPress/gutenberg/pull/63172 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7012 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63403 | ||
- https://github.com/WordPress/gutenberg/pull/63403 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7036 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63436 | ||
- https://github.com/WordPress/gutenberg/pull/63436 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7061 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63726 | ||
- https://github.com/WordPress/gutenberg/pull/63726 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7088 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63918 | ||
|
||
- https://github.com/WordPress/gutenberg/pull/63918 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7097 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63980 | ||
- https://github.com/WordPress/gutenberg/pull/63980 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7145 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/64076 | ||
- https://github.com/WordPress/gutenberg/pull/64076 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6668 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62092 | ||
- https://github.com/WordPress/gutenberg/pull/62092 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6750 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/62357 | ||
- https://github.com/WordPress/gutenberg/pull/62357 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6836 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/60100 | ||
- https://github.com/WordPress/gutenberg/pull/60100 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/6991 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/61382 | ||
- https://github.com/WordPress/gutenberg/pull/61382 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7020 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/63470 | ||
- https://github.com/WordPress/gutenberg/pull/63470 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7125 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/61577 | ||
* https://github.com/WordPress/gutenberg/pull/64610 | ||
- https://github.com/WordPress/gutenberg/pull/61577 | ||
- https://github.com/WordPress/gutenberg/pull/64610 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
https://github.com/WordPress/wordpress-develop/pull/7137 | ||
|
||
* https://github.com/WordPress/gutenberg/pull/64128 | ||
* https://github.com/WordPress/gutenberg/pull/64192 | ||
* https://github.com/WordPress/gutenberg/pull/64328 | ||
- https://github.com/WordPress/gutenberg/pull/64128 | ||
- https://github.com/WordPress/gutenberg/pull/64192 | ||
- https://github.com/WordPress/gutenberg/pull/64328 |
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This is important to review. The backport changelog has changed its format to adhere to the standard markdown formatting. The regex would not correctly recognized the autoformatted markdown.
I've extracted this change to #68049 so it can be landed separate from all the autoformatting work here.