Skip to content

Commit baa3212

Browse files
committed
feat(editions): added katex plugin to markdown edition
1 parent f4bdde8 commit baa3212

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

editions/importer/tiddlywiki.info

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"plugins": [
3+
"tiddlywiki/markdown",
4+
"tiddlywiki/evernote",
5+
"tiddlywiki/bibtex",
6+
"tiddlywiki/xlsx-utils"
7+
],
8+
"themes": [],
9+
"languages": [],
10+
"includeWikis": [ {"path": "../base", "read-only": true} ],
11+
"build": {
12+
"index": [
13+
"--output", "./dist/importer/",
14+
"--rendertiddler", "$:/core/save/all", "index.html", "text/plain"
15+
]
16+
}
17+
}

editions/markdown/tiddlywiki.info

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"plugins": [
3-
"tiddlywiki/markdown"
3+
"tiddlywiki/markdown",
4+
"tiddlywiki/katex"
45
],
56
"themes": [],
67
"languages": [],

0 commit comments

Comments
 (0)