mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-24 19:24:50 +00:00
Add an HTML parser
Allows one to embed raw HTML in wikitext with `$$$.html`/`$$$`
This commit is contained in:
@@ -24,7 +24,6 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user