showdown/README.md

2.9 KiB

Showdown

Build Status: Linux Build Status: Windows npm version Bower version Join the chat at https://gitter.im/showdownjs/showdown Donate

Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber.

Showdown can be used on the client-side (in the browser) or server-side (with Node.js).


Live demo

http://demo.showdownjs.com/

Who uses Showdown (or a fork)

Quickstart

Check our documentation for the quickstart guide and possible installation methods.

Showdown features

Platform-agnostic

Showdown can easily be used on server-side and client-side.

Two-way conversion

Showdown not only helps you to convert your Markdown documents into HTML but also can bring them back to Markdown from HTML.

Extensions

Expand Showdown's functionality using a powerful extension system. Extensions can also be used on server-side and client-side.

CLI

Showdown comes bundled with a Command-line interface (CLI) tool that allows you to run Showdown converter from the command line.

Check the CLI section in the documentation for more information.

Contribution guide

If you want to contribute to the project, that's awesome! Please check our guide.

Credits

Full credit list across the versions is available here.

License

ShowdownJS v 2.0 is release under the MIT version.

Previous versions are release under BSD.