convert p to div
Idea
convert p to div+issues
paragraph tags (<p>) are "not supposed to" contain block elements. But tinymce defaults to paragraph tags, and many views include block elements. So this rule gets broken in Wagn.
When it does, we often encounter problems with premature paragraph closures, which can lead to odd things like content outside of open / closed views, especially with formatted cards.
convert p to div+solution
As a workaround, it usually works to convert all the p tags to div tags.
This ticket is currently named to suggest that we automate that change. The old idea was that we would make the conversion upon save.
I now think that *content cards probably need their own editor, because tinymce is designed for paragraphs.
In any case, we would probably want to migrate all the *content cards.
convert p to div+discussed in support tickets
convert p to div+relevant user stories