From 5be6860393f93a0e5c66342c9264ae2b77ef5835 Mon Sep 17 00:00:00 2001 From: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:03:42 +0100 Subject: [PATCH] [Style guide] Remove old recommendation for numbered lists --- src/content/docs/style-guide/formatting/structure/lists.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/content/docs/style-guide/formatting/structure/lists.mdx b/src/content/docs/style-guide/formatting/structure/lists.mdx index bc19d3df79a6932..8744ab054994689 100644 --- a/src/content/docs/style-guide/formatting/structure/lists.mdx +++ b/src/content/docs/style-guide/formatting/structure/lists.mdx @@ -1,7 +1,6 @@ --- pcx_content_type: concept title: Lists - --- There are three types of lists: @@ -15,7 +14,6 @@ Here are some tips when creating lists: * Keep list items parallel * Start numbered lists with a command (imperative verb) * Consistently punctuate by using appropriate sentence + punctuation within the list (periods for full sentences, etc.) -* For numbered lists in markdown, only use 1 as your number. Since markdown auto-creates the numbering, you could get into a situation where you remove a step and the markdown no longer matches the output. ## Bullet points