Hsiaoming Yang
Hsiaoming Yang
@jeffheaton I've just released v3.0.0rc1, it is quite stable now. I'm using v3 in production in [Typlog](https://typlog.com/). The documentation is here: https://mistune.lepture.com/en/latest/plugins.html
I'm not sure if it is possible to add line numbers in AstRenderer. What is the usage of line numbers in your case?
Anyway, there are other markdown parsers supporting line numbers. I would like to keep mistune faster, since adding line numbers would make the parser slower.
@George3d6 Added links for old mistune: https://github.com/lepture/mistune/commit/a8984914ad7e423bc15db899780d37ff791c9c2e
I'm working on a new version now. It would be easier to fix this issue in the new version.
@mr-c please check `v3` branch, it should be fixed in v3.
It is fixed in v3.
It only applies to 2.0.x. I'll reveal the detail case in 2 months. Let's give some time to people to upgrade their dependencies.
TODO: add `__main__.py`. ``` python -m mistune < hello.md ```
I've added command line tool into v3. https://mistune.lepture.com/en/latest/cli.html