zulip/help/bulleted-lists.md

54 lines
1.3 KiB
Markdown

# Bulleted lists
{!bulleted-lists-intro.md!}
## Create a bulleted list
{start_tabs}
{tab|via-compose-box-buttons}
{!start-composing.md!}
1. _(optional)_ Select the text you want to format.
1. Click the **Bulleted list**
(<i class="zulip-icon zulip-icon-unordered-list"></i>) icon at the
bottom of the compose box to insert list formatting.
1. Press <kbd>Enter</kbd> to automatically add a new bullet to the list.
1. When your list is done, press <kbd>Enter</kbd> a second time to remove the
bullet.
!!! tip ""
You can also use the **Bulleted list**
(<i class="zulip-icon zulip-icon-unordered-list"></i>) icon
to remove existing list formatting from the current line or selected text.
{tab|via-markdown}
{!start-composing.md!}
1. Type `*`, `-`, or `+` followed by a space and some text to start a bulleted
list.
1. Press <kbd>Enter</kbd> to automatically add a new bullet to the list.
1. When your list is done, press <kbd>Enter</kbd> a second time to remove the
bullet.
{end_tabs}
## Examples
{!bulleted-lists-examples.md!}
## Related articles
* [Message formatting](/help/format-your-message-using-markdown)
* [Preview messages before sending](/help/preview-your-message-before-sending)
* [Resize the compose box](/help/resize-the-compose-box)
* [Numbered lists](/help/numbered-lists)