Corey Snyder

Results 2 comments of Corey Snyder

seeing this as well. It should be a bug. It makes me nervous to remove the last "p" on render.

Honestly the easiest work-around is CSS, and what I use is simple. CSS: `p:empty { display: none; }` Any paragraph tag that is empty, hide it. You can use this...