Fix: Excerpt Block ignores list#68916
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Thank you for working on this! |
|
I wonder if we should include a option to the excerpt block saying "include lists" (default false). |
|
Instead of changing the behavior of a specific block, I think we need to fix the underlying problem. That is, the problem with the |
Fixes #55562
What?
Modifies the Post Excerpt Block's editor component to properly handle and display list content when generating excerpts. Previously, content in list items was being ignored in the excerpt generation.
How?
Testing Instructions
Screenshots or screencast
Before
After