kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Use the plain text parser to display HTML files
We could display the HTML in an IFRAME but I think that's often not what people wantprint-window-tiddler
rodzic
addef09d1c
commit
41db3d89ae
|
@ -21,5 +21,6 @@ PlainTextParser.prototype.parse = function(type,text) {
|
|||
};
|
||||
|
||||
exports["text/plain"] = PlainTextParser;
|
||||
exports["text/html"] = PlainTextParser;
|
||||
|
||||
})();
|
||||
|
|
Ładowanie…
Reference in New Issue