CodeView
CodeView copied to clipboard
Indentation for html
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 ?
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