瀏覽代碼

docs(README.md): add libraries that use showdown

Estevão Soares dos Santos 10 年之前
父節點
當前提交
b81c416a31
共有 4 個文件被更改,包括 12 次插入2 次删除
  1. 10 0
      README.md
  2. 1 1
      dist/showdown.js
  3. 0 0
      dist/showdown.js.map
  4. 1 1
      dist/showdown.min.js

+ 10 - 0
README.md

@@ -11,6 +11,16 @@ Showdown is a Javascript Markdown to HTML converter, based on the original works
 Check a live Demo here http://showdownjs.github.io/demo/
 
 
+## 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)
+
+
 ## Installation
 
 ### Download tarball

+ 1 - 1
dist/showdown.js

@@ -1,4 +1,4 @@
-;/*! showdown 11-08-2015 */
+;/*! showdown 23-08-2015 */
 (function(){
 /**
  * Created by Tivie on 13-07-2015.

文件差異過大導致無法顯示
+ 0 - 0
dist/showdown.js.map


文件差異過大導致無法顯示
+ 1 - 1
dist/showdown.min.js


部分文件因文件數量過多而無法顯示