mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-06 20:12:49 +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/plain"] = PlainTextParser;
|
||||||
|
exports["text/html"] = PlainTextParser;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user