Skip to content

Releases: millermedeiros/mdoc

v0.5.3

17 Aug 12:42
Compare
Choose a tag to compare

Fixed working with relative paths on Windows

v0.5.2

26 Oct 13:45
Compare
Choose a tag to compare
  • Fixed showdown makeHtml method binding.
  • Showdown version updated.

v0.5.1

26 Oct 07:58
Compare
Choose a tag to compare

Fixed version of showdown in package.json.

v0.5.0

22 Aug 07:01
Compare
Choose a tag to compare
  • Showdown became a npm dependency.
  • Added ability to use any other markdown parser by your choice (by override parsingFunction option).
  • Added ability to use handlebars templates in your content markdown files.
  • Added field title to mapTocName callback.
  • Added ability to extend handlebars context (by using ctx option).
  • Fixed click on the toggling triangle in the sidebar index entry.
  • bin/mdoc file became an executable.