Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 97251e1

Browse files
author
Janneke Janssen
committed
Corrected to markdown syntax for image handling
1 parent 29b1dc2 commit 97251e1

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
# django-testhook (WIP)
22
A Django template tag to enable testhook attributes on HTML elements.
33

4-
.. image:: https://travis-ci.org/jjanssen/django-testhook.svg?branch=master
5-
:target: http://travis-ci.org/jjanssen/django-testhook
6-
.. image:: https://img.shields.io/pypi/v/django-testhook.svg
7-
:target: https://pypi.python.org/pypi/django-testhook/
8-
.. image:: https://img.shields.io/pypi/dm/django-testhook.svg
9-
:target: https://pypi.python.org/pypi/django-testhook/
10-
.. image:: https://img.shields.io/badge/wheel-yes-green.svg
11-
:target: https://pypi.python.org/pypi/django-testhook/
12-
.. image:: https://img.shields.io/pypi/l/django-testhook.svg
13-
:target: https://pypi.python.org/pypi/django-testhook/
14-
.. image:: https://img.shields.io/pypi/pyversions/Django.svg
15-
:target: https://pypi.python.org/pypi/django-testhook/
16-
.. image:: https://coveralls.io/repos/jjanssen/django-testhook/badge.svg?branch=master
17-
:target: https://coveralls.io/github/jjanssen/django-testhook?branch=master
4+
[![](https://travis-ci.org/jjanssen/django-testhook.svg?branch=master)](http://travis-ci.org/jjanssen/django-testhook)
5+
[![](https://img.shields.io/pypi/v/django-testhook.svg)](https://pypi.python.org/pypi/django-testhook/)
6+
[![](https://img.shields.io/pypi/dm/django-testhook.svg)](https://pypi.python.org/pypi/django-testhook/)
7+
[![](https://img.shields.io/badge/wheel-yes-green.svg)]( https://pypi.python.org/pypi/django-testhook/)
8+
[![](https://img.shields.io/pypi/l/django-testhook.svg)](https://pypi.python.org/pypi/django-testhook/)
9+
[![](https://img.shields.io/pypi/pyversions/Django.svg)](https://pypi.python.org/pypi/django-testhook/)
10+
[![](https://coveralls.io/repos/jjanssen/django-testhook/badge.svg?branch=master)](https://coveralls.io/github/jjanssen/django-testhook?branch=master)
1811

1912
## About django-testhook
2013

0 commit comments

Comments
 (0)