|
@@ -17,27 +17,26 @@ Showdown can be used client side (in the browser) or server side (with NodeJs).
|
|
|
|
|
|
Check a live Demo here http://demo.showdownjs.com/
|
|
|
|
|
|
-
|
|
|
-## Who uses Showdown (or a fork)
|
|
|
-
|
|
|
- - [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform)
|
|
|
- - [Ghost](https://ghost.org/)
|
|
|
- - [Meteor](https://www.meteor.com/)
|
|
|
- - [Stackexchange](http://stackexchange.com/) - forked as [PageDown](https://code.google.com/p/pagedown/)
|
|
|
- - [docular](https://github.com/Vertafore/docular)
|
|
|
- - [and some others...](https://www.npmjs.com/browse/depended/showdown)
|
|
|
-
|
|
|
-## Donate [](https://www.paypal.me/tiviesantos)
|
|
|
+## [](https://www.patreon.com/bePatron?u=11141581)
|
|
|
|
|
|
As you know, ShowdownJS is a free library and it will remain free forever. However, maintaining and improving the library costs time and money.
|
|
|
|
|
|
-If you like our work and find our library useful, please donate ~~[through Pledgie](https://pledgie.com/campaigns/35166) or~~ directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated and help us continue to develop this awesome library.
|
|
|
+If you like our work and find our library useful, please donate through [patreon](https://www.patreon.com/showdownjs) or directly through [paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated and help me continue to develop this awesome library.
|
|
|
|
|
|
## License
|
|
|
|
|
|
ShowdownJS v 2.0 is release under the MIT version.
|
|
|
Previous versions are release under GPL 2.0
|
|
|
|
|
|
+## Who uses Showdown (or a fork)
|
|
|
+
|
|
|
+ - [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)
|
|
|
+ - [and some others...](https://www.npmjs.com/browse/depended/showdown)
|
|
|
+
|
|
|
## Installation
|
|
|
|
|
|
### Download tarball
|
|
@@ -296,7 +295,7 @@ var defaultOptions = showdown.getDefaultOptions();
|
|
|
|
|
|
* **ghCodeBlocks**: (boolean) [default true] Enable support for GFM code block style.
|
|
|
|
|
|
- * **tasklists**:(boolean) [default false] Enable support for GFM tasklists. Example:
|
|
|
+ * **tasklists**: (boolean) [default false] Enable support for GFM tasklists. Example:
|
|
|
|
|
|
```md
|
|
|
- [x] This task is done
|