gruehle / MarkdownPreview

Brackets extension for previewing markdown files
MIT License
276 stars 61 forks source link

Update _.template-data formatting for lodash 3.10.0 compatibility #88

Closed petetnt closed 8 years ago

petetnt commented 8 years ago

Fixes #87.

Brackets was updated to use lodash#3.10.0, which removed the data parameter from _.template in version 3.0.0. The new format is .template(templateHTML)(dataObj).

See https://github.com/lodash/lodash/wiki/Changelog for reference, under 3.0.0

gruehle commented 8 years ago

Thanks @petetnt!