aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2015-12-25 14:04:29 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2015-12-25 14:04:29 -0500
commit13139be678cf125d3625341c0d8d4bbc0452d31c (patch)
treeedb1ac2033f760c4d7b1806114059938d098c68f /README.md
parent14bcbe842af094874acf63244b6068653608508e (diff)
downloadmarkdown-13139be678cf125d3625341c0d8d4bbc0452d31c.tar.gz
markdown-13139be678cf125d3625341c0d8d4bbc0452d31c.tar.bz2
markdown-13139be678cf125d3625341c0d8d4bbc0452d31c.zip
Added Issue Stats badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index a7f8550..51c5a14 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
[![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)
+[![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
This is a Python implementation of John Gruber's [Markdown][].
It is almost completely compliant with the reference implementation,