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: * - + []

Following is a list of six valid unchecked items (each with text/summary "checklist item"):. As you can see, various prefixes are accepted to indicate the checklist item (e.g. [], *, -, but no prefix works fine too). 
In this simple form, each line is translated into a separate checklist item. 

Code Block
titleUnchecked items
checklist item
[] checklist item
* checklist item
* [] checklist item
- checklist item
- [] checklist item

Following is a list of valid optional items (each with text/summary "checked item"):. Question mark is used to mark item optional.

Code Block
titleOptional items
? checklist item
[]? checklist item
*? checklist item
* []? checklist item
-? checklist item
- []? checklist item

...

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. 

...