Closed samuelcolvin closed 9 years ago
Thanks for reporting.
I still need to complete the documentation. That's the only thing left to do.
Edit: if you need a proper release at a certain time I can push myself to finish it. :)
Done.
Congratulations and thank you! Just updated from the beta to 2.0 in pg-discuss, a comment backend.
First of all there's an error in the first example in the README:
print md('some text')
should beprint md.render('some text')
.Secondly, the currently releases (bothv2.0.0b1.post2
andv1.0.2
) are in some weird state where they can't be searched for in pypi and (rather more importantly) can't be installed in certain situations, eg. on circleci.Is there any plan for a proper new release of misaka?
(by the way, great package, thank you)
update: problem with installing on circle ci was simple requirements files being weird (in the terminal
misaka==v2.0.0b1.post2
works, but in a requirements file it needs to bemisaka==2.0.0b1.post2
) either way the a new release and consistently updated documentation would be great.