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

Possible to add an indent_inner_inner_html option? (Prevent indenting second-level tags) #917

Closed
BevansDesign opened this issue Apr 11, 2016 · 0 comments

Comments

@BevansDesign
Copy link

I'm new to Github, and don't really have any JS experience, but I was hoping that this could be added as an option:

Currently, with indent_inner_html, we can choose if we want to indent the first-level tags within the tags. However, it'd be great if an "indent_inner_inner_html" option existed, to prevent the indentation of second-level tags within and .

For example, instead of this:

<body>
    <div>
        <div>
        </div>
    </div>
</body>

I'd like to have this:

<body>
<div>
    <div>
    </div>
</div>
</body>

Thanks for your consideration! This extension is great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants