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

Add line break after div element #58

Closed
butschster opened this issue Oct 14, 2021 · 2 comments · Fixed by #60
Closed

Add line break after div element #58

butschster opened this issue Oct 14, 2021 · 2 comments · Fixed by #60
Assignees
Labels
bug Something isn't working

Comments

@butschster
Copy link
Contributor

butschster commented Oct 14, 2021

I thinks it's a wrong behavior with div elements.

Content of every div element should be on a new line.

<div>
    <div>text text</div>
    <div>text text</div>
</div>

Should render

text text
text text

Now it looks like

text texttext text
@nunomaduro nunomaduro added the bug Something isn't working label Oct 14, 2021
@butschster
Copy link
Contributor Author

@xiCO2k I create PR with fixing this bug

@xiCO2k
Copy link
Collaborator

xiCO2k commented Oct 14, 2021

Awesome thanks, will take a look on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants