Browse Source

Merge pull request #458 from colinodell/patch-2

Add HTML to Markdown
pull/587/merge
Jad Bitar 9 years ago
parent
commit
b8ba235cad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

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

Loading…
Cancel
Save