Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Every new line is a separate checklist item (unless it starts with ">>" for description).

Checklist item line can start directly with item text or Markdown characters like the following: * - + []

...

Code Block
titleChecked items
[x] checklist item
* [x] checklist item
- [x] checklist item

Following is a list of four items, two of which are mandatory and two others are optional:

Code Block
titleChecked items
[] mandatory checklist item (not completed)
[x] mandatory checklist item (completed)
[]? optional checklist item (not completed)
[x]? optional checklist item (completed)

Following is a list of three valid items and one header at the beginning (headers start with three dashes "—") containing some advanced formatting elements:

...

Info
titleAdvanced formatting

Items can consist of not only plain text but also advanced formatting elements like description, markdown, inline code, user mention, due dates, issue keys that will be automatically linked to issues, etc.


Info

You can examine the Text format of the checklist in the Editor which displays the content in raw Text format. 

...