SparkPost / heml

HEML is an open source markup language for building responsive email.
https://heml.io
MIT License
4.33k stars 157 forks source link

Feature request: Markdown to heml #8

Open mulyoved opened 6 years ago

mulyoved commented 6 years ago

Will be nice to let the user use markdown to edit the email template.

avigoldman commented 6 years ago

I'm not sure that this should live directly in the HEML core. What do you think of building that out as a separate library or 3rd party element people can pull in?

Something like:

<markdown>
# Title

some text with a [link](https://heml.io)
</markdown>
mulyoved commented 6 years ago

Make sense to not make it part of HEML core,

I thinking about a lib that implements MarkdownToHeml("# Title/nsome text with a [link](https://heml.io)");

kevindavus commented 6 years ago

This could be pretty useful https://github.com/developit/snarkdown