helpers / helper-markdown

Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
MIT License
40 stars 23 forks source link

Bug when using with `grunt-assemble@0.6.3` #4

Closed lukebussey closed 7 years ago

lukebussey commented 7 years ago

@doowb asked me to open an issue here for this bug: https://github.com/assemble/grunt-assemble/issues/61

doowb commented 7 years ago

Thanks, I was about to ask you to try something, but it looks like this PR #2 might fix this bug.

doowb commented 7 years ago

@lukebussey this was published as a patch so just reinstall your node modules and let us know if that works now.

lukebussey commented 7 years ago

Works great! Thanks for the quick resolution and keep up the great work on assemble!

doowb commented 7 years ago

Awesome, glad it worked :)