Add misskey markdown to format suggestions

Fixes #345
This commit is contained in:
FloatingGhost 2022-12-07 15:39:19 +00:00 committed by Sam Therapy
parent c12b6c76b9
commit 823f1b2f82
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -723,7 +723,8 @@
"text/plain",
"text/html",
"text/markdown",
"text/bbcode"
"text/bbcode",
"text/x.misskeymarkdown"
]
},
%{
@ -1323,7 +1324,7 @@
label: "Post Content Type",
type: {:dropdown, :atom},
description: "Default post formatting option",
suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode"]
suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode", "text/x.misskeymarkdown"]
},
%{
key: :redirectRootNoLogin,