From f4000edc427ed0c8c912330e2ad15de24ac207d3 Mon Sep 17 00:00:00 2001 From: David Rosa Date: Wed, 18 Oct 2023 19:04:05 -0700 Subject: [PATCH] help: Update documentation for numbered lists. - Documents the new button in the compose box and the automatic numbering when the "Enter" key is pressed. Fixes #27093. --- help/format-your-message-using-markdown.md | 6 ++++ help/numbered-lists.md | 33 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/help/format-your-message-using-markdown.md b/help/format-your-message-using-markdown.md index fdaa1704bc..ccdba97892 100644 --- a/help/format-your-message-using-markdown.md +++ b/help/format-your-message-using-markdown.md @@ -59,6 +59,12 @@ whenever you need a reminder of the formatting syntax below. {!numbered-lists-examples.md!} +!!! tip "" + + You can also use the **Numbered list** () + button in the compose box to insert numbered list formatting. + [Learn more](/help/numbered-lists). + ## Links {!links-intro.md!} diff --git a/help/numbered-lists.md b/help/numbered-lists.md index b6040b6573..a20db8cebb 100644 --- a/help/numbered-lists.md +++ b/help/numbered-lists.md @@ -2,6 +2,39 @@ {!numbered-lists-intro.md!} +## Create a numbered list + +{start_tabs} + +{tab|via-markdown} + +{!start-composing.md!} + +1. Type a number followed by a `.` and some text to start a numbered list. + +1. Press Enter to automatically add a new number to the list. + +!!! tip "" + + Pressing Enter on a blank list item will remove the list + formatting on the current line. + +{tab|via-compose-box-buttons} + +{!start-composing.md!} + +1. _(optional)_ Select the text you want to format. + +1. Click the **Numbered list** () icon at the + bottom of the compose box to insert list formatting. + +!!! tip "" + + You can also use the **Numbered list** () icon + to remove existing list formatting from the current line or selected text. + +{end_tabs} + ## Examples {!numbered-lists-examples.md!}