|
|
|
|
|
by matharmin
2476 days ago
|
|
Markdown is nice for composing, but not as a standard to be supported by many clients. CommonMark is an improvement, but there is way to many ambiguities and differences in supported features over different markdown parsers for it to be feasibly used as a standard. Markdown is also not any better than HTML in terms of security - most markdown parsers allow passing through arbitrary HTML, and then depend on sanitizing the HTML for security. What you are asking for is effectively a smaller subset of HTML to be used for for email (which is kind of how it started...) |
|