mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 05:34:35 +00:00
Use text/x-tiddlywiki for old format TiddlyWiki text for compatibility
This commit is contained in:
@@ -183,6 +183,6 @@ WikiTextParser.prototype.subWikifyTerm = function(output,terminatorRegExp) {
|
||||
this.output = oldOutput;
|
||||
};
|
||||
|
||||
exports["text/vnd.tiddlywiki2"] = WikiTextParser;
|
||||
exports["text/x-tiddlywiki"] = WikiTextParser;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user