From 989fdcff323a5a0f619e17d06a4249bc4ae69bfd Mon Sep 17 00:00:00 2001 From: rainbunny <101956787+rainbunny@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:44:55 -0500 Subject: [PATCH] Fixing "![text](link)" not showing. --- messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages.js b/messages.js index 962fe2d..1772ce5 100644 --- a/messages.js +++ b/messages.js @@ -255,7 +255,7 @@ module.exports = [ 'alongside self-funding. Storing and uploading avatars comes with a cost that would expand exponentially if we were to add it to ' + 'more features. \n' + '\n' + - 'However, you can add images to any text box that supports Markdown by using "![text](link)" and adding an image link ' + + 'However, you can add images to any text box that supports Markdown by using `![text](link)` and adding an image link ' + 'inside of "(link)". ' }, {