markdown-to-confluence
markdown-to-confluence copied to clipboard
Mistune v2 breaks convert.py
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.pyto use up-to-date objects, or - Downgrade mistune back to
0.8.4