Add mmarkdown (#30)

* add mmarkdown

https://github.com/albinotonnina/mmarkdown
This commit is contained in:
Albino Tonnina 2018-04-30 14:20:11 +01:00 committed by Joaquín Serna
parent ef7b3f6295
commit fa78720af6

View File

@ -84,6 +84,7 @@ _Please read the [contribution guidelines](contributing.md) before contributing.
- [markdown-it](https://github.com/markdown-it/markdown-it) - Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed.
- [markdown-js](https://github.com/evilstreak/markdown-js) - Yet another Markdown parser, this time for JavaScript.
- [marked](https://github.com/markedjs/marked) - Full-featured Markdown parser and compiler, written in JavaScript. Built for speed.
- [mmarkdown](https://github.com/albinotonnina/mmarkdown) - Interpret mmd fenced code blocks in a markdown file and generate a cooler version of it.
- [Showdown](https://github.com/showdownjs/showdown) - Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber.
- [Snarkdown](https://github.com/developit/snarkdown) - Snarkdown is a dead simple 1kb Markdown parser.