mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-13 13:25:42 +00:00
Update to KaTeX v0.1.1
This commit is contained in:
@@ -232,6 +232,7 @@ var document = {
|
||||
createTextNode: function(text) {
|
||||
return new TW_TextNode(text);
|
||||
},
|
||||
compatMode: "CSS1Compat", // For KaTeX to know that we're not a browser in quirks mode
|
||||
isTiddlyWikiFakeDom: true
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user