{
	"description": "Demo of the Markdown plugin",
	"plugins": [
		"tiddlywiki/markdown",
		"tiddlywiki/highlight",
		"tiddlywiki/katex"
	],
	"themes": [
		"tiddlywiki/vanilla",
		"tiddlywiki/snowwhite"
	],
	"includeWikis": [
	],
	"build": {
		"index": [
			"--rendertiddler","$:/core/save/all","markdowndemo.html","text/plain"],
		"external": [
			"--render","$:/core/save/all-external-js","markdowndemo.html","text/plain"
		]
	}
}
