gloriajs / gloria

Gloria is a static website generator, based on NodeJS.
https://gloria.js.org
Other
152 stars 11 forks source link

Create a handlebars helper for MD #109

Open dvidsilva opened 7 years ago

dvidsilva commented 7 years ago

Markdown is very convenient, and it is very nice to be able to write it, but HTML offers more control, to add classes, backgrounds, etc, and this is important for nicer websites. A good solution could be a handlebars helper that turns markdown into HTML so that markdown can be inserted arbitrarily in HTML files.