I am trying to create a task with an alternate paragraph style, particularly
check1
, similar to typing
[]
per these instructions.
I have tried to send the following to the create task endpoint:
{
"tasks": [
{
"contentType": "text/markdown",
"content": "[] Task from CLI",
"placement": "beforeend",
"completed": false
}
]
}
And it creates a task with
[] Task from CLI
in plaintext.
I have tried to pull existing taskade tasks and those with paragraph and check1 formatting look identical to the API. Is this not possible? Could it be added to the API?