Update league/commonmark description

This change better aligns the description shown here with the project's description
This commit is contained in:
Colin O'Dell 2020-01-15 22:34:39 -05:00 committed by Jamie York
parent 919bb2a396
commit ce67e5a274
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ Libraries to help manage database schemas and migrations.
*Libraries for working with markup.*
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - A Markdown parser which supports the full [CommonMark spec](https://spec.commonmark.org/).
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
* [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.