mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-19 00:04:51 +00:00
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 want
This commit is contained in:
parent
addef09d1c
commit
41db3d89ae
@ -21,5 +21,6 @@ PlainTextParser.prototype.parse = function(type,text) {
|
||||
};
|
||||
|
||||
exports["text/plain"] = PlainTextParser;
|
||||
exports["text/html"] = PlainTextParser;
|
||||
|
||||
})();
|
||||
|
Loading…
Reference in New Issue
Block a user