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

--pretty option is not being respected #57

Open
victorwpbastos opened this issue Apr 27, 2017 · 1 comment
Open

--pretty option is not being respected #57

victorwpbastos opened this issue Apr 27, 2017 · 1 comment

Comments

@victorwpbastos
Copy link

In:

<header class="navbar navbar-static-top navbar-default">
    <strong class="navbar-brand">BOTÃO DO PÂNICO</strong>
</header>

Expected out:

<header class="navbar navbar-static-top navbar-default">
    <strong class="navbar-brand">BOTÃO DO PÂNICO</strong>
</header>

Out:

<header class="navbar navbar-static-top navbar-default">
<strong class="navbar-brand">BOTÃO DO PÂNICO</strong>
</header>

Is this the correct behaviour?

@skhtml
Copy link

skhtml commented Jan 7, 2020

Same issue, if you using --pretty , or -P there is nothing changes, - html output still not formatted.

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

No branches or pull requests

2 participants