ux/Showdown.js
[roojs1] / ux / Showdown.js
index cfdb855..d662de5 100644 (file)
 //
 Roo.namespace('Roo.ux'); 
 Roo.ux.Showdown = {};
-
+Roo.ux.Showdown.makeHTML = function(text) {
+    var c = new Roo.ux.Showdown.converter();
+    return c.makeHtml(text);
+};
 //
 // converter
 //