From dc03c7e6472204bf0c985cc398bbf4a03876f3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 6 Oct 2018 00:52:07 +0100 Subject: [PATCH 01/12] Update DONATIONS.md --- DONATIONS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DONATIONS.md b/DONATIONS.md index 374be0a..f6b57c4 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -24,3 +24,7 @@ We would like to thank everyone that contributed to this library. If you find ou > Thanks for the great work on showdown.js! I've been looking for a good solution to serve wiki-like text to a browser and render as HTML but nearly gave up after mixed success with wikitext. Your library gets me very close to where I want to be. + +- **Nothing AG** (25€) + + > Thank you for developing Showdown :) From db69d02974df5df13ab68a655e7fa29178678e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 6 Oct 2018 00:53:35 +0100 Subject: [PATCH 02/12] Update DONATIONS.md --- DONATIONS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/DONATIONS.md b/DONATIONS.md index f6b57c4..a69c50c 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -3,6 +3,17 @@ We would like to thank everyone that contributed to this library. If you find ou # Donors +- [**Learn on demand Systems**](http://www.learnondemandsystems.com/) (1000$) + +- **Nothing AG** (25€) + + > Thank you for developing Showdown :) + +- **Sam Huffman** (15$) + + > Thanks for the great work on showdown.js! I've been looking for a good solution to serve wiki-like text to a browser and render as + HTML but nearly gave up after mixed success with wikitext. Your library gets me very close to where I want to be. + - **Maya Lekova** (10$) > Great work with the showdown library! I just used it and it worked exactly the way I expected @@ -12,19 +23,8 @@ We would like to thank everyone that contributed to this library. If you find ou - **Lin Wang** (10$) -- **Juan Marcelo Russo** (1$) - - **Walter Schnell** (10$) -- [**Learn on demand Systems**](http://www.learnondemandsystems.com/) (1000$) - - **ivanhjc** (5$) -- **Sam Huffman** (15$) - - > Thanks for the great work on showdown.js! I've been looking for a good solution to serve wiki-like text to a browser and render as - HTML but nearly gave up after mixed success with wikitext. Your library gets me very close to where I want to be. - -- **Nothing AG** (25€) - - > Thank you for developing Showdown :) +- **Juan Marcelo Russo** (1$) From 054829b2dcd9770aec6c9c79c5588da6b4021e5c Mon Sep 17 00:00:00 2001 From: RAKESH PEELA Date: Mon, 22 Oct 2018 02:47:28 +0530 Subject: [PATCH 03/12] docs(readme.md): no space after ':' creates problem with Boldness of 'tasklists' and description in Wiki No space after ':' creates problem with Boldness of 'tasklists' and description in Wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ca034..5b15fe0 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,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 From 0ebef28c66f3c6501d022e1765bd042a8266cd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 3 Nov 2018 19:18:13 +0000 Subject: [PATCH 04/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b15fe0..f08e8f0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Check a live Demo here http://demo.showdownjs.com/ 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 thourgh [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 From a488b4728f68425043c720db376d6d4a9eb39151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sat, 3 Nov 2018 19:28:17 +0000 Subject: [PATCH 05/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f08e8f0..30e04e3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Check a live Demo here http://demo.showdownjs.com/ 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 thourgh [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. +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 From 5e5b96c26a581ff06c88dae556abec30d9287659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 4 Nov 2018 00:29:50 +0000 Subject: [PATCH 06/12] Update DONATIONS.md --- DONATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DONATIONS.md b/DONATIONS.md index a69c50c..76040df 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -1,4 +1,4 @@ -We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as well, you can do so directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated. +We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as well, you can do so [through patreon](https://www.patreon.com/showdownjs) or directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated. # Donors From 05e8b22917308ed7025a6b0d90c4b5f3f7813345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 4 Nov 2018 00:30:11 +0000 Subject: [PATCH 07/12] Update DONATIONS.md --- DONATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DONATIONS.md b/DONATIONS.md index 76040df..a58f2bc 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -1,7 +1,7 @@ We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as well, you can do so [through patreon](https://www.patreon.com/showdownjs) or directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated. -# Donors +# One Time Donors - [**Learn on demand Systems**](http://www.learnondemandsystems.com/) (1000$) From 68733e66843d8930f11b44a983397f79698e4e23 Mon Sep 17 00:00:00 2001 From: Oscar Morrison Date: Sun, 4 Nov 2018 14:02:18 +1100 Subject: [PATCH 08/12] add md-page to people who use (#604) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30e04e3..c8e7740 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Check a live Demo here http://demo.showdownjs.com/ - [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) ## Donate [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tiviesantos) From bd6beeaf0dfb6f4015970f4203035c7ca0fc5842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 4 Nov 2018 03:03:11 +0000 Subject: [PATCH 09/12] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c8e7740..7190ec3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,16 @@ Showdown can be used client side (in the browser) or server side (with NodeJs). Check a live Demo here http://demo.showdownjs.com/ +## [![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](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 [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) @@ -28,17 +38,6 @@ Check a live Demo here http://demo.showdownjs.com/ - [md-page](https://github.com/oscarmorrison/md-page) - [and some others...](https://www.npmjs.com/browse/depended/showdown) -## Donate [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/tiviesantos) - -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 [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 - ## Installation ### Download tarball From b08f9a04a0207729d813c88cb8b867d89b6014ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Sun, 4 Nov 2018 03:06:18 +0000 Subject: [PATCH 10/12] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7190ec3..4c6008a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ Previous versions are release under GPL 2.0 ## 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) From bb4db60452a1854bd12551b55601672990619388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Fri, 9 Nov 2018 23:02:52 +0000 Subject: [PATCH 11/12] Update DONATIONS.md --- DONATIONS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DONATIONS.md b/DONATIONS.md index a58f2bc..9412ccb 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -27,4 +27,8 @@ We would like to thank everyone that contributed to this library. If you find ou - **ivanhjc** (5$) +- **Asbjørn Ulsberg** (5$) + + > Thanks for the ShowdownJS support! + - **Juan Marcelo Russo** (1$) From 8a8f961bc4bf8a8812864fdbfafc893aaacaa5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Fri, 9 Nov 2018 23:32:47 +0000 Subject: [PATCH 12/12] Update DONATIONS.md --- DONATIONS.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/DONATIONS.md b/DONATIONS.md index 9412ccb..9c627bc 100644 --- a/DONATIONS.md +++ b/DONATIONS.md @@ -1,5 +1,28 @@ We would like to thank everyone that contributed to this library. If you find our library useful and wish to donate as well, you can do so [through patreon](https://www.patreon.com/showdownjs) or directly [through paypal](https://www.paypal.me/tiviesantos)!! Your contribution will be greatly appreciated. +# Sponsors + +## Platinum Supporters + +## Gold Supporters + +## Silver Supporters + + +# Patron Supporters + +## Awesome Supporter + +## Cool Supporter + +## Supporter + + - Ricardo Jordão + + - Tiago Silva + + +--- # One Time Donors