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

Indentation for html #27

Open
m-anshuman2166 opened this issue May 3, 2022 · 1 comment
Open

Indentation for html #27

m-anshuman2166 opened this issue May 3, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@m-anshuman2166
Copy link
Contributor

Describe the bug
Hi AMR, I'm using your library in my production apps, it's nice so far.

Just got nailed in indenting html, i tried for indenting but it didn't work . Would you like to explain me how to do it correctly ?

@AmrDeveloper
Copy link
Owner

Hello @m-anshuman2166,

The problem is that CodeView indentation implementation uses characters to set indent start and end, but in HTML the indentation is based on some tags (keywords) so to support it we need to modify out implementation and accept strings also maybe we can accept strings or char to support both, I will add this feature to TODO

Thanks
Amr Hesham

@AmrDeveloper AmrDeveloper added the enhancement New feature or request label May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants