Skip to content

Commit 803e849

Browse files
committed
Fix escapeMarkdown doc comment rendering
1 parent 79332da commit 803e849

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/common/discord/markdown.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const ZWSP = "\u200B";
88
* Escape all characters used for markdown formatting.
99
* Mainly used whenever a username is being displayed.
1010
* Make sure that the field supports formatting - a common mistake is to use in embed titles which do not have foramtting applied!
11+
*
1112
* !! Do not use as a replacement for allowedMentions or SUPRESS_EMBEDS !!
1213
*/
1314
export function escapeMarkdown(input: string): string {

0 commit comments

Comments
 (0)