ux/Showdown.js
[roojs1] / 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.
 //