diff --git a/tinywiki/migrations/pages/markdown.md b/tinywiki/migrations/pages/markdown.md new file mode 100644 index 0000000..ee15bf2 --- /dev/null +++ b/tinywiki/migrations/pages/markdown.md @@ -0,0 +1,3 @@ +# Markdown used by TinyWiki + +**Work in Progress** \ No newline at end of file diff --git a/tinywiki/migrations/pages/pages.json b/tinywiki/migrations/pages/pages.json index b363be2..27f40a5 100644 --- a/tinywiki/migrations/pages/pages.json +++ b/tinywiki/migrations/pages/pages.json @@ -1,6 +1,6 @@ { "tw-license": { - "title": "TinyWiki License", + "title": "TinyWiki License", "content_type":"bbcode", "status":"published", "file":"license.bbcode" @@ -14,7 +14,13 @@ "tw-bbcode": { "title": "BBCode used by TinyWiki", "content_type": "bbcode", - "status":"published", - "file":"bbcode.bbcode" + "status": "published", + "file": "bbcode.bbcode" + }, + "tw-markdown": { + "title": "Markdown used by TinyWiki", + "content_type": "markdown", + "status": "draft", + "file": "markdown.md" } } \ No newline at end of file