Home

Awesome

NOTE -- Showdown on GitHub

Please note that I, Corey, am not the author of Showdown. Rather, I found it some time back at http://attacklab.net/showdown/ and wanted to see it available on GitHub.

All credit and praise for authoring this library should go to John Fraser.

Oh, and John Gruber of course.

That said, I have recently see some GitHub forking activity and a pull request. As such, I will endeavor to ordain myself as a maintainer of Showdown, at least as it exists on GitHub.

Apologies for any confusion or perceived misinformation.

Cheers,
Corey

Showdown -- A JavaScript port of Markdown

Showdown Copyright (c) 2007 John Fraser. http://www.attacklab.net/

Original Markdown Copyright (c) 2004-2005 John Gruber http://daringfireball.net/projects/markdown/

Redistributable under a BSD-style open source license. See license.txt for more information.

What's it for?

Developers can use Showdown to:

Browser Compatibility

Showdown has been tested successfully with:

In theory, Showdown will work in any browser that supports ECMA 262 3rd Edition (JavaScript 1.5). The converter itself might even work in things that aren't web browsers, like Acrobat. No promises.

Known Differences in Output

In most cases, Showdown's output is identical to that of Perl Markdown v1.0.2b7. What follows is a list of all known deviations. Please email me if you find more.

Credits