diff --git a/static/images/help/numbered-lists-screenshot.png b/static/images/help/numbered-lists-screenshot.png new file mode 100644 index 0000000000..bbbe6a76be Binary files /dev/null and b/static/images/help/numbered-lists-screenshot.png differ diff --git a/templates/zerver/help/format-your-message-using-markdown.md b/templates/zerver/help/format-your-message-using-markdown.md index 93d9d8acd6..f4ca3dae50 100644 --- a/templates/zerver/help/format-your-message-using-markdown.md +++ b/templates/zerver/help/format-your-message-using-markdown.md @@ -75,6 +75,12 @@ to include lists in your messages. You can add nested bullets within lists by adding two spaces before each nested bullet. +Numbered lists in which each item begins with the same number will +have the numbers automatically edited to increment (e.g. if every line +starts with `3.`, it'll go 3, 4, 5, ...). + +![Numbered lists](/static/images/help/numbered-lists-screenshot.png) + ## Emojis Zulip features a variety of emojis provided by the diff --git a/templates/zerver/markdown_help.html b/templates/zerver/markdown_help.html index 97cbf880c4..bbf24f5e51 100644 --- a/templates/zerver/markdown_help.html +++ b/templates/zerver/markdown_help.html @@ -49,6 +49,16 @@ + + 1. Milk
+ 1. Tea
+ 1. Coffee + + 1. Milk
+ 2. Tea
+ 3. Coffee + + :heart: (and many others, from the Noto Project) :heart: