mde / ejs

Embedded JavaScript templates -- http://ejs.co
Apache License 2.0
7.7k stars 841 forks source link

Markdown as a feature #688

Closed LebCit closed 2 years ago

LebCit commented 2 years ago

Hello EJS team,

Thank you so much for your time and all your efforts, EJS really rocks ! It would be a great feature if we could write post(s) content with markdown (with front matters) and include it in an EJS template. This idea came while writing a beginner guide.

Thanks again for everything.

SYA, LebCit

mde commented 2 years ago

Very nice Beginner's Guide!

Unfortunately, Markdown is a completely different templating language. It would be outside of the scope of what EJS is supposed to be. EJS is simply templating using JavaScript.

LebCit commented 2 years ago

Hello,

Thank you very much for your response. After a lot of research and tries and fails, I've managed to achieve my simple goal : Markdown blog with EJS

Thank you for your time and all your efforts

SYA, LebCit

mde commented 2 years ago

Trial and error is how you become a good software developer. Very nice work!