Skip to content

v1.1

Compare
Choose a tag to compare
@ThibTrip ThibTrip released this 01 Nov 22:12
· 36 commits to master since this release

Bugfixes

  • Fixed bug with npdoc_to_md's logger that was taking over other loggers (see similar issue in my library pangres)

Improvements

  • Custom exception npdoc_to_md.NonExistentObjectException for non existent objects
  • Added function npdoc_to_md.render_md_string 🎉 to render directly from a markdown string (instead of using a markdown file)
  • Added more logging for function render_md_file