duo-labs / markdown-to-confluence

Syncs Markdown files to Confluence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistune v2 breaks convert.py

efbicief opened this issue · comments

MR #21 broke convert.py. This is because mistune in versions 2.0.0+ no longer has a Renderer object, which this code tries to use.
To fix, we need to either:

  • Rewrite convert.py to use up-to-date objects, or
  • Downgrade mistune back to 0.8.4