Cli task todo/done error using callout

Steps to reproduce

  1. Create note.md with this callout:

[!TODO]

  • task1
  • task2
  • task3
  1. open cmd to use cli and write command:

obsidian tasks list
Result shows correct tasks from note.md

  1. But it is impossible to mark done or todo using commands:

obsidian task file=“note.md” line=2 done
obsidian task file=“note.md” line=1 todo
Result:
“Error: Line 1 is not a task.”

  1. Removing of callout cause correct work as usual.

Did you follow the troubleshooting guide? [Y/N]

Yes

Expected result

Use cli task command with callouts.

Actual result

Error message

Environment

Edition Windows 11 Pro
Version 22H2
Installed on ‎10/‎17/‎2023
OS build 22621.4317
Experience Windows Feature Experience Pack 1000.22700.1041.0


Additional information