kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Parse TiddlyWiki classic wikitext as plain text
Too many errors if we try to parse it as TW5 wikitextprint-window-tiddler
rodzic
f70a496989
commit
c182533efc
|
@ -25,6 +25,7 @@ var TextParser = function(type,text,options) {
|
|||
|
||||
exports["text/plain"] = TextParser;
|
||||
exports["text/html"] = TextParser;
|
||||
exports["application/vnd.tiddlywiki2"] = TextParser;
|
||||
exports["application/javascript"] = TextParser;
|
||||
exports["application/json"] = TextParser;
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue