Replies: 0
Somehow this plugin appears to be putting extra line returns before and after em and a tags, which then render in-browser as spaces around those tags.
<p>📜 You might or might not know me from such projects as Stop S314, The Millennium Cafe, <em>Portland Communique</em>, Can’t Stop the Serenity, or The Belmont Goats.</p>
becomes
<p>
📜 You might or might not know me from such projects as Stop S314, The Millennium Cafe,
<em>Portland Communique</em>
, Can’t Stop the Serenity, or The Belmont Goats.
</p>
I only noticed because this means that any such tagged text that appears in a comma-separated list has spaces before every comma.
Any ideas here?