wagtail / wagtail-newsletter

Send email newsletters based on Wagtail content
https://wagtail-newsletter.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Draftail converts merge tags to italic #39

Open mgax opened 1 week ago

mgax commented 1 week ago

When inserting merge tags, like *|FNAME|*, Draftail will treat the * characters as Markdown, and convert the text to <i>|FNAME|</i>.

A couple of possible workarounds:

thibaudcolas commented 1 week ago

We’ve discussed adding a rich text feature for this. There’s a lot of merge tags so this could also be helpful for people who aren’t well versed in Mailchimp to help them decide which tag they want to insert.