Roo/Markdown.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 06:44:20 +0000 (14:44 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 06:44:20 +0000 (14:44 +0800)
Roo/Markdown.js

index a8e6766..c8260b7 100644 (file)
  * Roo.Markdown - is a very crude wrapper around marked..
  *
  * usage:
-
+ * 
  * alert( Roo.Markdown.toHtml("Markdown *rocks*.") );
+ * 
  * Note: move the sample code to the bottom of this
  * file before uncommenting it.
  *
  */
-//
-// Showdown namespace
-//
+
 Roo.Markdown = {};
 Roo.Markdown.toHtml = function(text) {
     
-    var c = new Roo.ux.Markdown.marked.setOptions({
+    var c = new Roo.Markdown.marked.setOptions({
             renderer: new Roo.Markdown.marked.Renderer(),
             gfm: true,
             tables: true,