We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 551f101 commit c29bdeaCopy full SHA for c29bdea
README.md
@@ -1,9 +1,12 @@
1
# markdown-it-py
2
3
![Github-DI][github-ci]
4
+[![PyPI][pypi-badge]][pypi-link]
5
[![Code style: black][black-badge]][black-link]
6
7
[github-ci]: https://github.com/ExecutableBookProject/markdown-it-py/workflows/Python%20package/badge.svg
8
+[pypi-badge]: https://img.shields.io/pypi/v/markdown-it-py.svg
9
+[pypi-link]: https://pypi.org/project/markdown-it-py
10
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
11
[black-link]: https://github.com/ambv/black
12
0 commit comments