2015-07-14 04:35:18 +08:00
![Showdown][sd-logo]
2015-01-16 05:21:33 +08:00
2021-11-15 03:58:28 +08:00
![Build Status: Linux ](https://github.com/showdownjs/showdown/actions/workflows/node.linux.yml/badge.svg )
![Build Status: Windows ](https://github.com/showdownjs/showdown/actions/workflows/node.win.yml/badge.svg )
2017-03-05 13:21:42 +08:00
[![npm version ](https://badge.fury.io/js/showdown.svg )](http://badge.fury.io/js/showdown)
[![Bower version ](https://badge.fury.io/bo/showdown.svg )](http://badge.fury.io/bo/showdown)
2022-05-14 06:02:26 +08:00
[![Join the chat at https://gitter.im/showdownjs/showdown ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/showdownjs/showdown?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2017-11-21 00:36:05 +08:00
[![Donate ](https://img.shields.io/badge/Donate-PayPal-green.svg )](https://www.paypal.me/tiviesantos)
2015-05-27 23:31:04 +08:00
2022-03-20 23:26:13 +08:00
Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber.
2015-07-14 10:34:37 +08:00
2022-05-14 06:02:26 +08:00
Showdown can be used on the client-side (in the browser) or server-side (with Node.js).
2015-07-14 10:34:37 +08:00
2022-05-14 06:02:26 +08:00
----
2018-11-04 11:03:11 +08:00
2022-05-14 06:02:26 +08:00
## Live demo
2018-11-04 11:03:11 +08:00
2022-05-14 06:02:26 +08:00
< http: / / demo . showdownjs . com / >
2015-01-16 05:21:33 +08:00
2015-08-23 10:31:55 +08:00
## Who uses Showdown (or a fork)
2022-05-14 06:02:26 +08:00
* [Antmarky ](https://github.com/bandantonio/antmarky )
* [GoogleCloudPlatform ](https://github.com/GoogleCloudPlatform )
* [Meteor ](https://www.meteor.com/ )
* [StackExchange ](http://stackexchange.com/ ) - forked as [PageDown ](https://code.google.com/p/pagedown/ )
* [docular ](https://github.com/Vertafore/docular )
* [md-page ](https://github.com/oscarmorrison/md-page )
* [QCObjects ](https://qcobjects.dev )
* [and some others ](https://www.npmjs.com/browse/depended/showdown )
2015-05-27 09:20:29 +08:00
2022-05-14 06:02:26 +08:00
## Quickstart
2015-05-27 09:20:29 +08:00
2022-05-14 06:02:26 +08:00
Check our documentation for the [quickstart guide][quickstart]
and possible [installation methods][installation-methods].
2017-06-01 09:35:42 +08:00
2022-05-14 06:02:26 +08:00
## Showdown features
2016-12-31 03:01:44 +08:00
2022-05-14 06:02:26 +08:00
### Platform-agnostic
2017-08-07 00:51:29 +08:00
2022-05-14 06:02:26 +08:00
Showdown can easily be used on server-side and client-side.
2017-08-07 01:19:46 +08:00
2022-05-14 06:02:26 +08:00
### Two-way conversion
2015-05-27 09:20:29 +08:00
2022-05-14 06:02:26 +08:00
Showdown not only helps you to convert your Markdown documents into HTML but also can bring them back to Markdown from HTML.
2015-07-15 18:15:39 +08:00
2022-05-14 06:02:26 +08:00
### Extensions
2018-09-16 10:45:07 +08:00
2022-05-14 06:02:26 +08:00
Expand Showdown's functionality using a powerful [extension system][extensions]. Extensions can also be used on server-side and client-side.
2015-07-15 18:15:39 +08:00
2022-05-14 06:02:26 +08:00
### CLI
2015-07-15 18:15:39 +08:00
2022-05-14 06:02:26 +08:00
Showdown comes bundled with a Command-line interface (CLI) tool that allows you to run Showdown converter from the command line.
2017-04-05 23:25:20 +08:00
2022-05-14 06:02:26 +08:00
Check the [CLI][cli] section in the documentation for more information.
2015-07-14 04:35:18 +08:00
2022-05-14 06:02:26 +08:00
## Contribution guide
2015-07-14 04:35:18 +08:00
2022-05-14 06:02:26 +08:00
If you want to contribute to the project, that's awesome! Please check our [guide][contribution-guide].
2015-07-14 04:35:18 +08:00
2022-05-14 06:02:26 +08:00
## Credits
2015-05-16 07:09:24 +08:00
2022-05-14 06:02:26 +08:00
Full credit list across the versions is available [here][credits].
2015-01-16 05:21:33 +08:00
2022-05-14 06:02:26 +08:00
## License
2015-05-16 07:29:22 +08:00
2022-05-14 06:02:26 +08:00
ShowdownJS v 2.0 is release under the MIT version.
2015-07-14 04:35:18 +08:00
2022-05-14 06:02:26 +08:00
Previous versions are release under BSD.
2015-07-14 04:35:18 +08:00
2022-05-14 06:02:26 +08:00
----
2015-07-14 04:35:18 +08:00
[sd-logo]: https://raw.githubusercontent.com/showdownjs/logo/master/dist/logo.readme.png
2022-05-14 06:02:26 +08:00
[quickstart]: https://showdownjs.com/docs/quickstart/
[installation-methods]: https://showdownjs.com/docs/quickstart/#other-installation-methods
[extensions]: https://showdownjs.com/docs/extensions/
[cli]: https://showdownjs.com/docs/cli/
[contribution-guide]: https://showdownjs.com/docs/contribution-guide/
[credits]: https://showdownjs.com/docs/credits/