gajus / dindent

HTML indentation library for development and testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not indent short html

pmaselkowski opened this issue · comments

Dintent does not indent short html snippets.
Is it expected behavior?
For example, this will not indent:

<p><a href="blah">foo</a></p>

Not a big issue, through.

Is is not that Dindent does not indent short snippets. <a> is an "inline" tag. Try <div>, e.g.

<div><div>foo</div></div>

http://gajus.com/dindent/sandbox/?uid=idjYmwZpUVBdSMLdqOiB

Cool, so that's actually a feature not a bug. Library does a great job, thank you.