Add misskey markdown to format suggestions
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 7 Dec 2022 15:39:19 +0000 (15:39 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Wed, 7 Dec 2022 15:39:19 +0000 (15:39 +0000)
Fixes #345

config/description.exs

index 001a21cbad6e5468469ad40af67f39418613b846..a73d2a06ba460642609b73b58f1eb196ff268661 100644 (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,