mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
docs(readme.md): update readme.md
This commit is contained in:
parent
9907c959d7
commit
a608114a5c
18
README.md
18
README.md
@ -17,23 +17,25 @@ Showdown can be used client side (in the browser) or server side (with NodeJs).
|
|||||||
|
|
||||||
Check a live Demo here http://demo.showdownjs.com/
|
Check a live Demo here http://demo.showdownjs.com/
|
||||||
|
|
||||||
|
## [](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
|
||||||
|
|
||||||
|
Showdown 1.x is released under GPL 2.0
|
||||||
|
|
||||||
## Who uses Showdown (or a fork)
|
## Who uses Showdown (or a fork)
|
||||||
|
|
||||||
- [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform)
|
- [GoogleCloudPlatform](https://github.com/GoogleCloudPlatform)
|
||||||
- [Ghost](https://ghost.org/)
|
|
||||||
- [Meteor](https://www.meteor.com/)
|
- [Meteor](https://www.meteor.com/)
|
||||||
- [Stackexchange](http://stackexchange.com/) - forked as [PageDown](https://code.google.com/p/pagedown/)
|
- [Stackexchange](http://stackexchange.com/) - forked as [PageDown](https://code.google.com/p/pagedown/)
|
||||||
- [docular](https://github.com/Vertafore/docular)
|
- [docular](https://github.com/Vertafore/docular)
|
||||||
- [md-page](https://github.com/oscarmorrison/md-page)
|
- [md-page](https://github.com/oscarmorrison/md-page)
|
||||||
- [and some others...](https://www.npmjs.com/browse/depended/showdown)
|
- [and some others...](https://www.npmjs.com/browse/depended/showdown)
|
||||||
|
|
||||||
## Donate [](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.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Download tarball
|
### Download tarball
|
||||||
@ -85,7 +87,7 @@ The converter itself might even work in things that aren't web browsers, like Ac
|
|||||||
|
|
||||||
## Node compatibility
|
## Node compatibility
|
||||||
|
|
||||||
Showdown has been tested with node 0.8 and 0.10. However, it should work with previous versions, such as node 0.6.
|
Showdown has been tested with node 6, 8 and 10. However, it should work with previous versions, such as node 0.12.
|
||||||
|
|
||||||
|
|
||||||
## Legacy version
|
## Legacy version
|
||||||
|
7
dist/showdown.js
vendored
7
dist/showdown.js
vendored
@ -1,4 +1,4 @@
|
|||||||
;/*! showdown v 1.8.7 - 09-11-2018 */
|
;/*! showdown v 1.8.7 - 10-11-2018 */
|
||||||
(function(){
|
(function(){
|
||||||
/**
|
/**
|
||||||
* Created by Tivie on 13-07-2015.
|
* Created by Tivie on 13-07-2015.
|
||||||
@ -3088,8 +3088,9 @@ showdown.subParser('ellipsis', function (text, options, globals) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* These are all the transformations that occur *within* block-level
|
* Turn emoji codes into emojis
|
||||||
* tags like paragraphs, headers, and list items.
|
*
|
||||||
|
* List of supported emojis: https://github.com/showdownjs/showdown/wiki/Emojis
|
||||||
*/
|
*/
|
||||||
showdown.subParser('emoji', function (text, options, globals) {
|
showdown.subParser('emoji', function (text, options, globals) {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
2
dist/showdown.js.map
vendored
2
dist/showdown.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/showdown.min.js
vendored
2
dist/showdown.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/showdown.min.js.map
vendored
2
dist/showdown.min.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user