From 102f0bd5e75f9b60b0242edd646962062fceb6ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Thu, 23 Jul 2020 19:43:15 +0200 Subject: [PATCH] Hack for github/markup rendering SVG image badges Github does not display well badges with SVG images. I've [opened a pull](https://github.com/github/markup/pull/1368) to solve this bug, but the project does not seems maintained. You can note before this pull that hovering a badge appends an underline after it like a link. Adding `#foo` after image URL solves this. --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3af08e68..e11a9389 100644 --- a/README.rst +++ b/README.rst @@ -300,19 +300,19 @@ If you have a project that is time zone naive, you can set ``DJANGO_CELERY_BEAT_ .. |coverage| image:: https://codecov.io/github/celery/django-celery-beat/coverage.svg?branch=master :target: https://codecov.io/github/celery/django-celery-beat?branch=master -.. |license| image:: https://img.shields.io/pypi/l/django-celery-beat.svg +.. |license| image:: https://img.shields.io/pypi/l/django-celery-beat.svg#foo :alt: BSD License :target: https://opensource.org/licenses/BSD-3-Clause -.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg +.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg#foo :alt: django-celery-beat can be installed via wheel :target: http://pypi.python.org/pypi/django-celery-beat/ -.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg +.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg#foo :alt: Supported Python versions. :target: http://pypi.python.org/pypi/django-celery-beat/ -.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-beat.svg +.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-beat.svg#foo :alt: Support Python implementations. :target: http://pypi.python.org/pypi/django-celery-beat/