From c752d1937446e5aae835a7c61969880d4b6c5b54 Mon Sep 17 00:00:00 2001 From: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:19:45 -0300 Subject: [PATCH] style-guide: add emphasis section (#11971) Co-authored-by: Juri Dispan Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- contributing-guides/style-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 03405360e..9af4dde28 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -330,6 +330,10 @@ For instance, instead of `Listing all files:`, `List all files:` can be used as `ls` ``` +## Emphasis + +Do not use *italics*, **boldface** or any other text styling in the pages. These are reserved for client emphasis of placeholders. + ## Serial Comma - When declaring a list of 3 or more items,