Skip to content

Commit

Permalink
Added some badges to the README
Browse files Browse the repository at this point in the history
Using shields.io for generating badges.
  • Loading branch information
Waylan Limberg committed Mar 25, 2014
1 parent 94808ec commit 51713a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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
Expand All @@ -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

0 comments on commit 51713a1

Please sign in to comment.