Add misskey markdown to format suggestions
ci/woodpecker/push/woodpecker Pipeline is pending Details

Fixes #345
This commit is contained in:
FloatingGhost 2022-12-07 15:39:19 +00:00
parent cb3ccf5f47
commit 4e4bd24813
1 changed files with 3 additions and 2 deletions

View File

@ -723,7 +723,8 @@ config :pleroma, :config_description, [
"text/plain",
"text/html",
"text/markdown",
"text/bbcode"
"text/bbcode",
"text/x.misskeymarkdown"
]
},
%{
@ -1294,7 +1295,7 @@ config :pleroma, :config_description, [
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,