Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@allejo allejo released this 29 Nov 00:02
· 24 commits to master since this release
7cf23b7

A complete rewrite of the ToC generation logic to no longer use markdown.

New

  • Table of Contents are now generated with HTML manually instead of using kramdown specific markup; meaning we now support more markdown engines such as GFM.

Deprecations

  • The baseurl parameter has been deprecated; use the renamed base_url parameter instead
  • The skipNoIDs parameter has been deprecated; use the renamed skip_no_ids parameter instead

Development

  • The unit testing script uses Python 3 now