diff options
author | Mario <mario@mariovavti.com> | 2025-04-09 10:29:23 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-09 10:29:23 +0000 |
commit | 982d7540cc0077d92795f23b4ceaa80e7cafae3e (patch) | |
tree | 985953e5c44413546d8bf1fab468a628ac0c554c | |
parent | b9aec78ddeca2e6e2d4e3c2c17beb40345f16b2a (diff) | |
download | volse-hubzilla-982d7540cc0077d92795f23b4ceaa80e7cafae3e.tar.gz volse-hubzilla-982d7540cc0077d92795f23b4ceaa80e7cafae3e.tar.bz2 volse-hubzilla-982d7540cc0077d92795f23b4ceaa80e7cafae3e.zip |
wrong ticks
-rw-r--r-- | images/emoji/custom/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/emoji/custom/README.md b/images/emoji/custom/README.md index 004e6a6ce..96718270c 100644 --- a/images/emoji/custom/README.md +++ b/images/emoji/custom/README.md @@ -3,7 +3,7 @@ Create a file called custom_emojis.json and add your custom emojis to this folder (or anywhere else you like). The content of custom_emojis.json should look as follows: -´´´ +``` { "some_emoji": { "shortname": ":some_emoji:", @@ -14,4 +14,4 @@ The content of custom_emojis.json should look as follows: "filepath": "images/emoji/custom/another_emoji.png" }, } -´´´ +```
\ No newline at end of file |