Merge pull request #458 from colinodell/patch-2

Add HTML to Markdown
This commit is contained in:
Jad Bitar 2016-02-12 17:18:06 -05:00
commit b8ba235cad
1 changed files with 1 additions and 0 deletions

View File

@ -566,6 +566,7 @@ Libraries to help manage database schemas and migrations.
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
* [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.