From 95415dcf9ffb7944888eb28a294ca8fa220d1358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Ara=C3=BAjo=20=5BSSW=5D?= Date: Tue, 23 Apr 2024 21:14:18 -0700 Subject: [PATCH] =?UTF-8?q?XS=E2=9C=94=20=E2=97=BE=20Added=20info=20box=20?= =?UTF-8?q?to=20"avoid-repetition/#emojis"=20(#8427)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added info box * Auto-fix Markdown files --------- Co-authored-by: github-actions[bot] --- rules/use-emojis/rule.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/use-emojis/rule.md b/rules/use-emojis/rule.md index 6177ceae30c..1b23345ce7e 100644 --- a/rules/use-emojis/rule.md +++ b/rules/use-emojis/rule.md @@ -45,6 +45,7 @@ An easy and fun way to alleviate this issue and boost user adoption to Microsoft ::: ::: greybox + * Fast to load (lightweight as no image) * UI - Consistent look * Maintenance of needing to upload to server @@ -64,3 +65,6 @@ Bad example - Regular list items Good example - Emojis give context to each item ::: +::: info +**Note:** When having lists that use emojis, be aware that if they are longer than 3 items, you should follow [DRY - avoid repeated elements](/avoid-repetition/#emojis). +:::