djlint / djLint

✨ HTML Template Linter and Formatter. Django - Jinja - Nunjucks - Handlebars - GoLang
https://djLint.com
GNU General Public License v3.0
710 stars 84 forks source link

[BUG] [Formatter] Nested HTML seems to be screwing up indentation formatting #694

Open Ttibsi opened 1 year ago

Ttibsi commented 1 year ago

System Info

Issue

As discussed here, the indentation of this snippet seems to be messed up -- the closing and tags are one in from what you'd expect them to be.

How To Reproduce

djlint-golang --reformat
<html>
    <head>
        <link rel="icon" href="data:image/svg+xml,
            <svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22>
                <text y=%22.9em%22 font-size=%2290%22>📚</text>
            </svg>
            ">
        </head>
    </html>
welcome[bot] commented 1 year ago

Thanks for opening your first issue here!