You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
i
tag in the rich text editor.RawHTMLBlock
instead ofRichTextBlock
(though that allows editors to inject malicious markup).The text was updated successfully, but these errors were encountered: