taskell icon indicating copy to clipboard operation
taskell copied to clipboard

Could not parse file: indent problem

Open linux-china opened this issue 2 years ago • 0 comments

My taskell.md code as following:

## To Do

- LangChain Spring Project Structure
    > Maven Modules
    * [ ] multi module projects
- LangChain Spring Tech Stack
    > Tech Stack
    * [ ] Spring 6
    * [ ] Spring Reactive
    * [ ] Spring HTTP Interface

Now I use IntelliJ IDEA, and code format with markdown, and the indent of description removed. Taskell can not open the taskell.md again and reports could not parse file. Any plan to compatible with following data format, and sometime code format is some important.

## To Do

- LangChain Spring Project Structure
  > Maven Modules
    * [ ] multi module projects
- LangChain Spring Tech Stack
  > Tech Stack
    * [ ] Spring 6
    * [ ] Spring Reactive
    * [ ] Spring HTTP Interface

linux-china avatar Jun 20 '23 12:06 linux-china