Todo Notes - Can't create note

Hi,
I can’t figure out how to make a note in a todo list. I have my list:

List.todo

  • Item 1
  • Item 2
  • Item 3

When I try to add a note under Item 2, it adds it as another todo item instead of a note. I am sure it is something simple but can you point me in the right direction?

Thanks

I think you will need to:

  1. press Return to create a new item (will autocomplete to a new todo item)
  2. press Tab to indent that item under the previous
  3. Delete backwards twice to delete the leading - syntax.
  4. Then type your todo.

The end result would be something like this:

List.todo
- Item 1
- Item 2
	My todo
- Item 3