diff --git a/README.rst b/README.rst index e86ceef..68d3a50 100755 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ Django MarkdownX ================ -|PyPi_Version| |PyPi_Status| |Build_Status| |Format| |Supported_versions_of_Python| |Supported_versions_of_Django| |License| +|PyPi_Version| |PyPi_Status| |pypi_format| |Build_Status| |Format| |Supported_versions_of_Python| |Supported_versions_of_Django| |License| |master_branch_tests| |pypi_ci| Django MarkdownX is a comprehensive Markdown_ plugin built for Django_, the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core. @@ -41,8 +41,11 @@ Preview .. |PyPi_Version| image:: https://img.shields.io/pypi/v/django-markdownx.svg .. |PyPi_Status| image:: https://img.shields.io/pypi/status/django-markdownx.svg +.. |pypi_format| image:: https://img.shields.io/pypi/format/uk-covid19 .. |Build_Status| image:: https://img.shields.io/travis/neutronX/django-markdownx.svg .. |Format| image:: https://img.shields.io/pypi/format/django-markdownx.svg .. |Supported_versions_of_Python| image:: https://img.shields.io/pypi/pyversions/django-markdownx.svg .. |Supported_versions_of_Django| image:: https://img.shields.io/badge/Django-2.0,%202.1,%202.2,%203.0,%203.1,%203.2,%204.0-green.svg .. |License| image:: https://img.shields.io/pypi/l/django-markdownx.svg +.. |master_branch_tests| image:: https://github.com/neutronX/django-markdownx/actions/workflows/run-tests.yml/badge.svg?branch=master +.. |pypi_ci| image:: https://github.com/neutronX/django-markdownx/actions/workflows/python-publish.yml/badge.svg?event=release diff --git a/docs-src/index.md b/docs-src/index.md index d72fd46..5b4549b 100644 --- a/docs-src/index.md +++ b/docs-src/index.md @@ -1,11 +1,15 @@ # Django MarkdownX ![](https://img.shields.io/pypi/v/django-markdownx.svg) -![](https://img.shields.io/pypi/status/django-markdownx.svg) +![](https://img.shields.io/pypi/status/django-markdownx) +![](https://img.shields.io/pypi/format/uk-covid19) ![](https://img.shields.io/travis/neutronX/django-markdownx.svg) ![](https://img.shields.io/pypi/pyversions/django-markdownx.svg) ![](https://img.shields.io/badge/Django-2.0,%202.1,%202.2,%203.0,%203.1,%203.2,%204.0-green.svg) ![](https://img.shields.io/pypi/l/django-markdownx.svg) +![Master branch tests](https://github.com/neutronX/django-markdownx/actions/workflows/run-tests.yml/badge.svg?branch=master) +![PyPI CI](https://github.com/neutronX/django-markdownx/actions/workflows/python-publish.yml/badge.svg?event=release) + Django MarkdownX is a comprehensive [Markdown](https://en.wikipedia.org/wiki/Markdown) plugin built for [Django](https://www.djangoproject.com), the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core.