Skip to content

HTML rendering of children items is fixed #17

Open
@deminngi

Description

I have a problem displaying a complex file structure with allmark.

Here my questions:
How can I show only the root page and
how can I show all children from root page and
how can I show all children in children from child page?

Here my layout:

.                                                                                                                                             
├── 01.00.Chapter                                                                                                                             
│   ├── 01.00.Chapter.md                                                                                                                      
│   ├── 01.01.Chapter                                                                                                                         
│   │   └── 01.01-Chapter.md                                                                                                                  
│   ├── 01.02.Chapter                                                                                                                         
│   │   └── 01.02-Chapter.md                                                                                                                  
│   ├── 01.03.Chapter                                                                                                                         
│   │   └── 01.03-Chapter.md                                                                                                                  
│   └── 01.04.Chapter                                                                                                                         
│       └── 01.04-Chapter.md                                                                                                                  
├── 02.00.Chapter                                                                                                                             
│   ├── 02.00.Chapter.md                                                                                                                      
│   ├── 02.01-Chapter                                                                                                                         
│   │   ├── 02.01.01-Chapter                                                                                                                  
│   │   │   └── 02.01.01.Chapter.md                                                                                                              
│   │   ├── 02.01.02-Chapter                                                                                                                  
│   │   │   └── 02.01.02.Chapter.md                                                                                                              
│   │   ├── 02.01.03-Chapter                                                                                                                  
│   │   │   └── 02.01.03.Chapter.md                                                                                                              
│   │   └── 02.01.Chapter.md                                                                                                                  
│   ├── 02.02-Chapter                                                                                                                         
│   │   └── 02.02-Chapter.md                                                                                                                  
│   └── 02.03-Chapter                                                                                                                         
│       └── 02.03-Chapter.md        
└── Home.md

Thanks in advance

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions