mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
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.
16 lines
295 B
Markdown
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.
|
|
|
|

|