diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:32:37 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 20:32:37 +0700 |
commit | 3465b7ba9ad0e26128f18fd4e36aece767ba269e (patch) | |
tree | 88349f688eade951325e6d4c1c400fbc55ad30ab | |
parent | 9e0567ec5237fc7a2ba37f5291962f3c58fd21f8 (diff) | |
download | pleroma-3465b7ba9ad0e26128f18fd4e36aece767ba269e.tar.gz |
syntax highlighting
-rw-r--r-- | docs/config/custom_emoji.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config/custom_emoji.md b/docs/config/custom_emoji.md index 49a451fcc..96fcb2fc6 100644 --- a/docs/config/custom_emoji.md +++ b/docs/config/custom_emoji.md @@ -21,7 +21,7 @@ The files should be PNG (APNG is okay with `.png` for `image/png` Content-type) # Emoji tags (groups) Default tags are set in `config.exs`. -``` +```elixir config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"], groups: [ @@ -31,7 +31,7 @@ config :pleroma, :emoji, ``` Order of the `groups` matters, so to override default tags just put your group on top of the list. E.g: -``` +```elixir config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"], groups: [ |