Version 0.2.0
This release greatly simplifies the API and codebase.
- Added option to pass in a custom Marked renderer.
- All Front Matter attributes are now accessible within templates.
titleanddescriptionare no longer required attributes.- Removed the
.process()method and merged that step into.parse(). - Adapters are now a single asynchronous function that takes in an option and returns an object.
- The
.parse()method now throws Marked errors instead of failing silently.