ux/Showdown.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 24 Jul 2011 14:21:25 +0000 (22:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 24 Jul 2011 14:21:25 +0000 (22:21 +0800)
ux/Showdown.js

index 02ea74b..cab5ce1 100644 (file)
 
 //
 // Showdown usage:
-//
-//   var text = "Markdown *rocks*.";
-//
-//   var html = Roo.ux.Showdown.makeHtml(text);
-//
-//   alert(html);
-//
+// 
+//   alert( Roo.ux.Showdown.makeHtml("Markdown *rocks*.") );
+// 
 // Note: move the sample code to the bottom of this
 // file before uncommenting it.
 //