From b654d38c9895fb06b1784c7e5fc0d2922ef66d19 Mon Sep 17 00:00:00 2001 From: Half Scheidl Date: Sun, 17 Nov 2024 10:56:56 +0100 Subject: [PATCH] Update mentions.md Fixing to `mention`. Using the `mentions` (as opposed to `mention`, singular) does not work. --- src/features/mentions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/mentions.md b/src/features/mentions.md index a0ae10f..a8dd12a 100644 --- a/src/features/mentions.md +++ b/src/features/mentions.md @@ -13,7 +13,7 @@ Introducing **Mentions Support** in Markdown-Confluence! A feature that allows y To conjure up a mention, you just need to type the following magical incantation: ``` -[[mentions:{userid}|@{Users Name}]] +[[mention:{userid}|@{Users Name}]] ``` This magical spell transforms into a marvelous Atlassian Document Format Mention node. You can learn more about the enchanting world of nodes [here](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/mention/). @@ -47,7 +47,7 @@ Now that you've obtained the User ID, you can cast the magical mention spell! For instance, if you want to mention `Captain Confluence` with their User ID, you'd simply type: ``` -[[mentions:557058:aea5688c-52b9-4d15-aabe-96def1abc413|@Captain Confluence]] +[[mention:557058:aea5688c-52b9-4d15-aabe-96def1abc413|@Captain Confluence]] ``` And there you have it, brave adventurer! You've mastered the art of **Mentions Support** in Markdown-Confluence. Spread the joy and summon your teammates in a fun and captivating way, making your collaboration experience more delightful than ever! 🎊🎉