From 51713a10e3de1cbf0b29936d81dc061a9f73b819 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 24 Mar 2014 20:41:51 -0400 Subject: Added some badges to the README Using shields.io for generating badges. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 97a44b1..29d1c08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ [Python-Markdown][] =================== +[![Build Status](http://img.shields.io/travis/waylan/Python-Markdown.svg)](https://travis-ci.org/waylan/Python-Markdown) +[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads) +[![Latest Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown) +[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause) + This is a Python implementation of John Gruber's [Markdown][]. It is almost completely compliant with the reference implementation, though there are a few known issues. See [Features][] for information @@ -27,4 +32,3 @@ You may ask for help and discuss various other issues on the [mailing list][] an [mailing list]: http://lists.sourceforge.net/lists/listinfo/python-markdown-discuss [bug tracker]: http://github.com/waylan/Python-Markdown/issues - -- cgit v1.2.3