mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-23 10:44:50 +00:00
Swap over to the new mime type conventions
Discussed in https://groups.google.com/forum/#!topic/tiddlywikidev/re8xfLqZNCE
This commit is contained in:
@@ -183,6 +183,6 @@ WikiTextParser.prototype.subWikifyTerm = function(output,terminatorRegExp) {
|
||||
this.output = oldOutput;
|
||||
};
|
||||
|
||||
exports["text/x-tiddlywiki-old"] = WikiTextParser;
|
||||
exports["text/vnd.tiddlywiki2"] = WikiTextParser;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user