[Post Excerpt] Allow HTML in custom excerpts #18
Labels
🧪 Enhancement
Spinning up new features in the lab.
WordPress Issue
Whatcha doin' to me WordPress/Gutenberg?
Currently, WordPress is stripping HTML from custom excerpts:
I managed to fix this with a very convoluted workaround in 1e87fa2. However, this is a bit of a hacky workaround.
Ideally, the WP HTML API would support replacing
innerHTML
. This would allow us to simply filterrender_block_core/post-excerpt
and replace the core-output excerpt with the excerpt that the user manually defined:The text was updated successfully, but these errors were encountered: