Added β¨
- `deflist` and `dollarmath` plugins (see [plugins list](https://markdown-it-py.readthedocs.io/en/latest/plugins.html)).
Improved π
- Added benchmarking tests and CI (see <https://executablebooks.github.io/markdown-it-py/dev/bench/>)
- Improved performance of computing ordinals (=> 10-15% parsing speed increase).
Thanks to [sildar](https://github.com/sildar)!
Fixed π
- Stopped empty lines at the end of the document, after certain list blocks, raising an exception (36).
- Allow myst-role to accept names containing digits (0-9).