Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML rendering of children items is fixed #17

Open
deminngi opened this issue Jul 27, 2017 · 0 comments
Open

HTML rendering of children items is fixed #17

deminngi opened this issue Jul 27, 2017 · 0 comments

Comments

@deminngi
Copy link

deminngi commented Jul 27, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant