mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 10:59:57 +00:00
96b7d0eeba
Finally fixes #458 thanks to the KaTeX plugin from Khan Academy
16 lines
231 B
Plaintext
16 lines
231 B
Plaintext
{
|
|
"plugins": [
|
|
"tiddlywiki/katex"
|
|
],
|
|
"themes": [
|
|
"tiddlywiki/vanilla",
|
|
"tiddlywiki/snowwhite"
|
|
],
|
|
"includeWikis": [
|
|
],
|
|
"build": {
|
|
"index": [
|
|
"--rendertiddler","$:/core/save/all","katexdemo.html","text/plain"]
|
|
}
|
|
}
|