Files
zulip/help/include/to-do-lists-examples.md
Lauryn Menard 7a315b7b0e help: Add create a to-do list via compose box button tip.
Adds a tip for creating a collaborative to-do list via the new
compose box button in the markdown formatting article.

Edits the include examples for to-do lists so that the note about
marking a task as complete/incomplete is text before the example
screenshot.

Revises the collaborative to-do list article for a missing comma,
and adjusts some line wrapping.

Fixes #33522.
2025-02-20 10:01:39 -08:00

16 lines
295 B
Markdown

### What you type
```
/todo Today's tasks
Task 1: This is the first task.
Task 2: This is the second task.
Last task
```
### What it looks like
Tasks are marked (and unmarked) as completed by clicking the checkboxes
on the left.
![Markdown todo-lists](/static/images/help/markdown-todo.png)