Make Meteor templates in .md files!
The markdown-templating package allows users to create Meteor templates using Markdown files. By using this package, users can write templates in .md files and include helpers and other templates inside Markdown. This package pre-compiles Markdown on the server during app build, providing a more efficient approach compared to compiling on the client every time the page is loaded.
The markdown-templating package allows Meteor users to create templates using Markdown files. It provides the convenience of using live preview editors for Markdown editing and pre-compiles Markdown on the server during app build. This package enhances the Meteor templating system by allowing the inclusion of helpers and other templates inside Markdown. Although there are known issues with error handling and limited test coverage, users are encouraged to report any issues they encounter.