mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
2025.12.22 19:17:23 (cachyos.cmoser.eu)
This commit is contained in:
3
tinywiki/migrations/pages/markdown.md
Normal file
3
tinywiki/migrations/pages/markdown.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Markdown used by TinyWiki
|
||||||
|
|
||||||
|
**Work in Progress**
|
||||||
@@ -16,5 +16,11 @@
|
|||||||
"content_type": "bbcode",
|
"content_type": "bbcode",
|
||||||
"status": "published",
|
"status": "published",
|
||||||
"file": "bbcode.bbcode"
|
"file": "bbcode.bbcode"
|
||||||
|
},
|
||||||
|
"tw-markdown": {
|
||||||
|
"title": "Markdown used by TinyWiki",
|
||||||
|
"content_type": "markdown",
|
||||||
|
"status": "draft",
|
||||||
|
"file": "markdown.md"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user