metalsmith-md
Version:
Metalsmith plugin to transform markdown to html
21 lines (11 loc) • 448 B
Markdown
# 2.0.1 - 2015-05-30
- Fixed: `pattern` option now works as expected
# 2.0.0 - 2015-05-30
- Changed: engine is now [markdown-it](https://markdown-it.github.io/)
- Changed: `test` option is now `pattern`
# 1.1.1 - 2015-05-14
- Fixed: provided & default options are correctly passed and merged
# 1.1.0 - 2015-05-14
- Added: some options are passed to the marked instance in a `__metalsmith` property
# 1.0.0 - 2015-05-01
✨ Initial release