From a4461161bc6a2c1860d825aaa64c2a04bfbf5c53 Mon Sep 17 00:00:00 2001 From: SimonIT Date: Wed, 19 Aug 2020 10:06:21 +0200 Subject: [PATCH] Make badges inline --- README.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 299d214..4d21411 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,20 @@ -.. image:: https://img.shields.io/pypi/v/markdownify -.. image:: https://img.shields.io/pypi/l/markdownify -.. image:: https://pepy.tech/badge/markdownify +|build| |version| |license| |downloads| + +.. |build| image:: https://img.shields.io/github/workflow/status/matthewwithanm/python-markdownify/Python%20application/develop + :alt: GitHub Workflow Status + :target: https://github.com/matthewwithanm/python-markdownify/actions?query=workflow%3A%22Python+application%22 + +.. |version| image:: https://img.shields.io/pypi/v/markdownify + :alt: Pypi version + :target: https://pypi.org/project/markdownify/ + +.. |license| image:: https://img.shields.io/pypi/l/markdownify + :alt: License + :target: https://github.com/matthewwithanm/python-markdownify/blob/develop/LICENSE + +.. |downloads| image:: https://pepy.tech/badge/markdownify + :alt: Pypi Downloads + :target: https://pepy.tech/project/markdownify Installation ============