|
@@ -1,6 +1,8 @@
|
|
|

|
|
|
|
|
|
-[](https://travis-ci.org/showdownjs/showdown)
|
|
|
+[](https://travis-ci.org/showdownjs/showdown) [](http://badge.fury.io/js/showdown) [](http://badge.fury.io/bo/showdown)
|
|
|
+
|
|
|
+------
|
|
|
|
|
|
Showdown is a Javascript Markdown to HTML converter, based on the original works by John Gruber. Showdown can be used client side (in the browser) or server side (with NodeJs).
|
|
|
|
|
@@ -39,6 +41,11 @@ In theory, Showdown will work in any browser that supports ECMA 262 3rd Edition
|
|
|
Showdown has been tested with node 0.8 and 0.10. However, it should work with previous versions, such as node 0.6.
|
|
|
|
|
|
|
|
|
+## Legacy version
|
|
|
+
|
|
|
+If you're looking for showdown v<1.0.0, you can find it in the [**legacy branch**](https://github.com/showdownjs/showdown/tree/legacy).
|
|
|
+
|
|
|
+
|
|
|
## Quick Example
|
|
|
|
|
|
### Node
|