Markdown v3 is the new major version, and we should support it.
Note that this probably doesn't work out of the box yet... I'm going to use the test run to identify what to fix. :)
What the heck, why does every single test fail?
rebased onto 00d27f565b983771f5031c081ad02be108c5f061
Because everything fails at the import/initiation level:
File "/root/pagure/tests/../pagure/pfmarkdown.py", line 328, in <module> class ImagePatternLazyLoad(markdown.inlinepatterns.ImagePattern): AttributeError: 'module' object has no attribute 'ImagePattern'
I was sort of hoping those errors would be in the test runs... :(
Pull-Request has been closed by ngompa
I haven't been able to work on this... Sorry, @pingou. :frowning:
Markdown v3 is the new major version, and we should support it.