From e4f9620e9852f27b8c6162272ab46ebe76f628c6 Mon Sep 17 00:00:00 2001 From: Emanuil <4thmail@gmail.com> Date: Tue, 23 Jul 2013 10:36:28 +0300 Subject: [PATCH] add "Coverage Status" badge to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ede317..e8f5ed7 100644 --- a/README.md +++ b/README.md @@ -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/) \ No newline at end of file +[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) \ No newline at end of file