Nested list created inside a cell
Problem
First of all, I would like to say thank you very much. Thanks to the plugin you created, I was able to decide to move from Evernote to Obsidian.
While using the plug-in, there was something I wanted to request, so I signed up for the first time on GitHub and write a request.
I usually use large form datasheets for long-term planning management purposes. So, specific items within the cell are managed as a nested list.
I usually create a nested list with markdown syntax, but I found that the depth of the nested list is not controlled with the space key in the DataLoom cell. It seems more than 4 spaces & tab key doesn't work for nested list syntax.
Coincidentally, I discovered that entering ' ' adjusts the depth, but it is inconvenient to adjusts the depth with ctrl + c and ctrl + v every time.
I would appreciate it if you implement a function that allows you to create a nested list within a table using the existing markdown usage.
Solution
Nested list written in Markdown syntax is implemented in a single cell.
Additional details
No response