meteor-markdown-templating icon indicating copy to clipboard operation
meteor-markdown-templating copied to clipboard

Make Meteor templates in .md files!

Results 3 meteor-markdown-templating issues
Sort by recently updated
recently updated
newest added
trafficstars

``` | Action | admin | | --------------------- | ------ | | Edit branch | ✓ | ``` But show ![image](https://user-images.githubusercontent.com/4495160/75642524-66dae180-5c6e-11ea-837b-1aade408f30e.png)

I can't find a way to escape the angle brackets as in Github markdown `` I've tried `< and >` and `\< and \&gt` and other methods used in other...

Hey awesome package. I'd like to add the ability to handle markdown files without template tags, using the file name as the template name on `.tpl.md` files like [mquandalle:jade](https://github.com/mquandalle/meteor-jade) does.