|
|
|
|
|
by arp242
774 days ago
|
|
Markdown gives most people >95% of the formatting they want to do. It's easy and fairly intuitive to write (most of it, anyway). It's easy to read in different formats and ways (HTML, plain text). It doesn't add highly complex rendering issues. I've worked on two email clients in the last ten years, and the amount of weird HTML some send is just bonkers. Is <div style="position:fixed"> in emails crazy? Yes. Do you need to deal with it? Also yes. |
|