Roo/htmleditor/TidyWriter.js
authorAlan <alan@roojs.com>
Fri, 7 Jan 2022 06:52:08 +0000 (14:52 +0800)
committerAlan <alan@roojs.com>
Fri, 7 Jan 2022 06:52:08 +0000 (14:52 +0800)
Roo/htmleditor/TidyWriter.js

index d09f094..4dad02b 100644 (file)
@@ -2,6 +2,12 @@
  * This is based loosely on tinymce 
  * @class Roo.htmleditor.TidyWriter
  * https://github.com/thorn0/tinymce.html/blob/master/tinymce.html.js
+ *
+ * Known issues?
+ * - not tested much with 'PRE' formated elements.
+ * - BR insined inline?
+ *
+ *
  */
 
 Roo.htmleditor.TidyWriter = function(settings)