wordpress-fontawesome
wordpress-fontawesome copied to clipboard
Icons do not render in post excerpts
To reproduce:
- configure the plugin with default configuration (CDN, Free, Webfont)
- create a post with the block editor, using shortcodes for the icons (same result if
<i>
or<span>
is used) - add a few icons in blocks, small enough content such that the automated excerpt would include the region of content that has the icons
- use a theme that lists post excerpts on the home page, like the default Twenty Twenty-two theme in the standard WP 5.9.3 docker image
- publish and view that front page
Actual results:

Inspecting the DOM, we see:
<p class="wp-block-post-excerpt__excerpt">beer: star: android: </p>
Expected results: showing the icons
