Skip to content

Version 0.2.0

Choose a tag to compare

@gakimball gakimball released this 14 Aug 22:07
· 109 commits to master since this release

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.
  • title and description are 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.