markdown-to-confluence icon indicating copy to clipboard operation
markdown-to-confluence copied to clipboard

Mistune v2 breaks convert.py

Open efbicief opened this issue 1 year ago • 0 comments

MR https://github.com/duo-labs/markdown-to-confluence/pull/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

efbicief avatar May 21 '24 10:05 efbicief