Skip to content

Commit

Permalink
Hack for github/markup rendering SVG image badges
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mondeja committed Jul 23, 2020
1 parent 7d9069c commit 7072f0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 7072f0a

Please sign in to comment.