add "Coverage Status" badge to readme

This commit is contained in:
Emanuil 2013-07-23 10:36:28 +03:00
parent 8c59d05478
commit e4f9620e98
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
Parsedown is a parser for Markdown. It parses Markdown text the way people do. First, it divides texts into blocks. Then it looks at how these blocks start and how they relate to each other. Finally, it looks for special characters to identify inline elements. As a result, Parsedown is (super) fast, consistent and clean.
[Explorer (demo)](http://parsedown.org/explorer/)
[Tests](http://parsedown.org/tests/)
[Tests](http://parsedown.org/tests/)
---
[![Coverage Status](https://coveralls.io/repos/erusev/parsedown/badge.png?branch=master)](https://coveralls.io/r/erusev/parsedown?branch=master)