mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-09 10:41:45 -08: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
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ PlainTextParser.prototype.parse = function(type,text) {
|
|||
};
|
||||
|
||||
exports["text/plain"] = PlainTextParser;
|
||||
exports["text/html"] = PlainTextParser;
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue