Skip to content

Commit 102f0bd

Browse files
mondejaauvipy
authored andcommitted
Hack for github/markup rendering SVG image badges
Github does not display well badges with SVG images. I've [opened a pull](github/markup#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.
1 parent 28ba977 commit 102f0bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -300,19 +300,19 @@ If you have a project that is time zone naive, you can set ``DJANGO_CELERY_BEAT_
300300
.. |coverage| image:: https://codecov.io/github/celery/django-celery-beat/coverage.svg?branch=master
301301
:target: https://codecov.io/github/celery/django-celery-beat?branch=master
302302

303-
.. |license| image:: https://img.shields.io/pypi/l/django-celery-beat.svg
303+
.. |license| image:: https://img.shields.io/pypi/l/django-celery-beat.svg#foo
304304
:alt: BSD License
305305
:target: https://opensource.org/licenses/BSD-3-Clause
306306

307-
.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg
307+
.. |wheel| image:: https://img.shields.io/pypi/wheel/django-celery-beat.svg#foo
308308
:alt: django-celery-beat can be installed via wheel
309309
:target: http://pypi.python.org/pypi/django-celery-beat/
310310

311-
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg
311+
.. |pyversion| image:: https://img.shields.io/pypi/pyversions/django-celery-beat.svg#foo
312312
:alt: Supported Python versions.
313313
:target: http://pypi.python.org/pypi/django-celery-beat/
314314

315-
.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-beat.svg
315+
.. |pyimp| image:: https://img.shields.io/pypi/implementation/django-celery-beat.svg#foo
316316
:alt: Support Python implementations.
317317
:target: http://pypi.python.org/pypi/django-celery-beat/
318318

0 commit comments

Comments
 (0)