When sending fancy HTML emails, the markdown rendering could be problematic. It might be nice to be able to do something like the following.
- subject: Some subject
----
This is the plain text version
---- content-type: html
<p style="...">This is the HTML version</p>
When sending fancy HTML emails, the markdown rendering could be problematic. It might be nice to be able to do something like the following.