I am trying to create a task with fmarkdown_content with multi line quote text. I am encountering an issue when trying to create a task via the API with a multi-line blockquote (>) in the task description.
This is my code:
Data: {"name":"test","description":"test","markdown_content":"normal text\r\n> quote line 1\r\n> quote line 2\r\n> quote line 3"}
When I send a JSON request to create a task with a multi-line blockquote in the mardown_content field, only the last line appears correctly as a blockquote, while the rest of the lines lose their formatting.