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 9693fac commit b38fa85Copy full SHA for b38fa85
README.md
@@ -1,6 +1,12 @@
1
# markdown-it-py
2
3
-
+![Github-DI][github-ci]
4
+[![Code style: black][black-badge]][black-link]
5
+
6
+[github-ci]: https://github.com/ExecutableBookProject/markdown-it-py/workflows/Python%20package/badge.svg
7
+[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
8
+[black-link]: https://github.com/ambv/black
9
10
11
This is a Python port of [markdown-it](https://github.com/markdown-it/markdown-it),
12
and some of its associated plugins.
0 commit comments