Roo/doc/Para.js
authorAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:02:04 +0000 (15:02 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 25 Oct 2016 07:02:04 +0000 (15:02 +0800)
Roo/doc/Para.js

index ff6514a..5b5e4f6 100644 (file)
@@ -30,7 +30,7 @@ Roo.extend(Roo.doc.Para, Roo.bootstrap.Component,  {
         var cfg ={
             tag: 'p',
             cls: 'para',
-            html : this.html
+            html : Roo.Markdown.toHtml(this.html)
         };
          
         if (this.parent().is_list) {