diff --git a/README.md b/README.md index 372ad42..7335626 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,20 @@ -![Parsedown Logo](https://i.imgur.com/yE8afYV.png) + -

Parsedown

+

-

Better Markdown Editor in PHP

+[![Build Status](https://img.shields.io/travis/erusev/parsedown/master.svg?style=flat-square)](https://travis-ci.org/erusev/parsedown) +[![Total Downloads](http://img.shields.io/packagist/dt/erusev/parsedown.svg?style=flat-square)](https://packagist.org/packages/erusev/parsedown) -

-Demo | -Benchmarks | -Tests | -Wiki -

- -

- - - - - - -

+**Parsedown** is a better Markdown parser in PHP - demo. ## Features * One File * No Dependencies -* Super Fast +* Super [Fast](http://parsedown.org/speed) * Extensible * [GitHub flavored](https://help.github.com/articles/github-flavored-markdown) -* Tested in 5.3 to 7.2 and in HHVM +* [Tested](http://parsedown.org/tests/) in 5.3 to 7.2 and in HHVM * [Markdown Extra extension](https://github.com/erusev/parsedown-extra) ## Installation