Browse Source

Add HTML to Markdown

pull/458/head
Colin O'Dell 10 years ago
parent
commit
3759f5eed8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

547
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
547
 * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
548
 * [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
548
 * [Ciconia](https://github.com/kzykhys/Ciconia) - Another Markdown parser that supports Github flavoured Markdown.
549
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
549
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
550
+* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
550
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
551
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
551
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
552
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
552
 
553
 

Loading…
Cancel
Save