mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-03 11:28:01 +00:00
Parse TiddlyWiki classic wikitext as plain text
Too many errors if we try to parse it as TW5 wikitext
This commit is contained in:
@@ -25,6 +25,7 @@ var TextParser = function(type,text,options) {
|
|||||||
|
|
||||||
exports["text/plain"] = TextParser;
|
exports["text/plain"] = TextParser;
|
||||||
exports["text/html"] = TextParser;
|
exports["text/html"] = TextParser;
|
||||||
|
exports["application/vnd.tiddlywiki2"] = TextParser;
|
||||||
exports["application/javascript"] = TextParser;
|
exports["application/javascript"] = TextParser;
|
||||||
exports["application/json"] = TextParser;
|
exports["application/json"] = TextParser;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user