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

Seems broken when nesting deeper than two levels #13

Closed
m1keil opened this issue Aug 3, 2020 · 2 comments
Closed

Seems broken when nesting deeper than two levels #13

m1keil opened this issue Aug 3, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@m1keil
Copy link

m1keil commented Aug 3, 2020

Input:

root
  branch
    item
    item

Got:

.
└── root
    └── branch
        └── item
            └── item

Expected:

.
└── root
    └── branch
        ├── item
        └── item
@m1keil m1keil changed the title Seems broken for nesting deeper than two Seems broken when nesting deeper than two levels Aug 3, 2020
@aprilandjan
Copy link
Owner

@m1keil hi, Thanks for your feedback! Yeah it seems that the formatter for indent characters seems buggy, I'll check into this.

Besides, you can use # to mark depth instead, it works as expected:

# root
## branch
### item
### item

@aprilandjan aprilandjan added the bug Something isn't working label Aug 4, 2020
@aprilandjan
Copy link
Owner

Remove the introduction (temporarily) for indent character usage in Readme since it is buggy and not practical 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants