From cb5a71d8f32e0d7ed7b1a847be09fa6859a717a3 Mon Sep 17 00:00:00 2001 From: Christian Moser Date: Mon, 22 Dec 2025 19:17:23 +0100 Subject: [PATCH] 2025.12.22 19:17:23 (cachyos.cmoser.eu) --- tinywiki/migrations/pages/markdown.md | 3 +++ tinywiki/migrations/pages/pages.json | 12 +++++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 tinywiki/migrations/pages/markdown.md 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