Raw HTML


Raw HTML is for more advanced users. For every-day text editing purposes refer to Rich text editor.

You can switch your Text-element to a Raw HTML type.

Any raw HTML you paste into this textbox will be embdedded into the email as-is.

Note that valid syntax is not enforced! If you mistakenly add a broken HTML-tag, it will probably cause issues with rendering your email. Be careful!

# Transformations

Because this used to be the default text element type, some slight modifications are done to Text-elements' contents:

Explanation Example
Line breaks are automatically converted to HTML

(optional)

Input:

Text on
multiple lines.

Output:

Text on<br />multiple lines.

Markdown-style links are converted to HTML with target="_blank"

Input:

Click [here](https://maildeveloper.com) to read more.

Output:

Click <a target="_blank" href="https://maildeveloper.com">here</a> to read more.


MailDeveloper is an advanced editor for HTML email templates.
Reduce email development time by hours now.

Try online demo or Read more