aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2014-03-24 20:41:51 -0400
committerWaylan Limberg <waylan@gmail.com>2014-03-24 20:41:51 -0400
commit51713a10e3de1cbf0b29936d81dc061a9f73b819 (patch)
treeb82d7fc7d2d53c493d2829492df05215db0173a6 /README.md
parent94808ec37912c91fac4a65829cd81cbf09158d4d (diff)
downloadmarkdown-51713a10e3de1cbf0b29936d81dc061a9f73b819.tar.gz
markdown-51713a10e3de1cbf0b29936d81dc061a9f73b819.tar.bz2
markdown-51713a10e3de1cbf0b29936d81dc061a9f73b819.zip
Added some badges to the README
Using shields.io for generating badges.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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
-