Sfoglia il codice sorgente

Add Djot parser to the list of Markdown parsers

pull/1373/head
Mark Scherer 1 giorno fa
parent
commit
a3850b8fd3
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi File

664
 * [Cebe Markdown](https://github.com/cebe/markdown) - A fast and extensible Markdown parser.
664
 * [Cebe Markdown](https://github.com/cebe/markdown) - A fast and extensible Markdown parser.
665
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
665
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
666
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
666
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
667
+* [Djot](https://github.com/php-collective/djot-php) - A PHP parser for [Djot](https://djot.net/), a modern light markup language (successor of Markdown).
667
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
668
 * [Essence](https://github.com/essence/essence) - A library for extracting web media.
668
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
669
 * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
669
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
670
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.

Loading…
Annulla
Salva