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