From: rinpatch <rinpatch@sdf.org>
Date: Thu, 3 Oct 2019 08:02:07 +0000 (+0300)
Subject: MkDocs does not like if a paragraph doesn't have a newline after it
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8e08d5b2336bdb6108ec5df15b7b642e0bc2acad;p=akkoma

MkDocs does not like if a paragraph doesn't have a newline after it
---

diff --git a/docs/configuration/custom_emoji.md b/docs/configuration/custom_emoji.md
index f72c0edbc..1648840fd 100644
--- a/docs/configuration/custom_emoji.md
+++ b/docs/configuration/custom_emoji.md
@@ -4,6 +4,7 @@ Before you add your own custom emoji, check if they are available in an existing
 See `Mix.Tasks.Pleroma.Emoji` for information about emoji packs.
 
 To add custom emoji:
+
 * Create the `STATIC-DIR/emoji/` directory if it doesn't exist
   (`STATIC-DIR` is configurable, `instance/static/` by default)
 * Create a directory with whatever name you want (custom is a good name to show the purpose of it).