peg-markdown by jgm

An implementation of markdown in C, using a PEG grammar

created at May 3, 2008, 12:26 a.m.

C

32 +0

687 +0

141 +0

GitHub
showdown by showdownjs

A bidirectional Markdown to HTML to Markdown converter written in Javascript

created at Nov. 13, 2008, 9:39 p.m.

JavaScript

197 -1

13,944 +17

1,557 +0

GitHub
kramdown by gettalong

kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.

created at Nov. 30, 2008, 8:32 a.m.

Ruby

37 +0

1,697 +1

263 +0

GitHub
markdown-js by evilstreak

A Markdown parser for javascript

created at Dec. 18, 2009, 3:31 p.m.

JavaScript

190 +0

7,690 +1

866 -1

GitHub
pegdown by sirthias

A pure-Java Markdown processor based on a parboiled PEG parser supporting a number of extensions

created at April 30, 2010, 11:44 a.m.

Java

62 +0

1,286 +0

218 +0

GitHub
markdown by Python-Markdown

A Python implementation of John Gruberโ€™s Markdown with Extension support.

created at May 29, 2010, 2:59 a.m.

Python

75 +0

3,593 +7

851 +0

GitHub
php-markdown by michelf

Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.

created at June 6, 2010, 5:48 p.m.

PHP

141 +0

3,399 -1

533 +0

GitHub
python-markdown2 by trentm

markdown2: A fast and complete implementation of Markdown in Python

created at Jan. 31, 2011, 12:30 a.m.

Python

60 +0

2,585 +1

427 +1

GitHub
redcarpet by vmg

The safe Markdown parser, reloaded.

created at March 24, 2011, 10:05 p.m.

C

101 +0

4,935 +1

523 +0

GitHub
sundown by vmg

Standards compliant, fast, secure markdown processing library in C

created at April 15, 2011, 8:38 a.m.

C

82 +0

1,976 +2

386 +0

GitHub
marked by markedjs

A markdown parser and compiler. Built for speed.

created at July 24, 2011, 1:15 p.m.

JavaScript

386 -1

31,941 +28

3,349 -2

GitHub
html-to-markdown by thephpleague

Convert HTML to Markdown with PHP

created at Oct. 21, 2011, 1:38 p.m.

PHP

45 +0

1,695 +3

202 -1

GitHub
turndown by mixmark-io

๐Ÿ› An HTML to Markdown converter written in JavaScript

created at Oct. 23, 2011, 10:35 a.m.

HTML

118 +0

7,962 +47

827 +0

GitHub
markdown-pdf by alanshaw

page facing up Markdown to PDF converter

created at May 17, 2013, 4:29 p.m.

JavaScript

37 +0

2,640 +0

249 +1

GitHub
parsedown by erusev

Better Markdown Parser in PHP

created at July 10, 2013, 8:23 p.m.

PHP

218 -1

14,651 +5

1,114 +0

GitHub
hoedown by hoedown

Standards compliant, fast, secure markdown processing library in C

created at Sept. 18, 2013, 5:57 p.m.

C

43 +0

940 +0

123 +0

GitHub
mistune by lepture

A fast yet powerful Python Markdown parser with renderers and plugins.

created at Feb. 18, 2014, 10:13 a.m.

Python

45 -1

2,454 +5

246 +1

GitHub
markdownlint by markdownlint

Markdown lint tool

created at June 1, 2014, 11:05 p.m.

Ruby

16 +0

1,713 +6

228 +1

GitHub
csvtomd by mplewis

๐Ÿ“๐Ÿ“Š Convert your CSV files into Markdown tables.

created at June 27, 2014, 2:36 a.m.

Python

17 +0

649 +0

89 +0

GitHub
commonmark by thephpleague

Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs.

created at Sept. 7, 2014, 7:37 p.m.

PHP

35 +0

2,658 +8

187 +1

GitHub