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

[Formatting Bug]: punctuation on new line #295

Open
andy-UKC opened this issue Dec 11, 2024 · 0 comments
Open

[Formatting Bug]: punctuation on new line #295

andy-UKC opened this issue Dec 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@andy-UKC
Copy link

Version

1.14.1

Template before formatting

<p>
hello <b>there</b>.
<p>

Template after formatting

<p>
hello 
<b>there</b>
.
<p>

Expected Behaviour

either

<p>
hello <b>there</b>.
<p>

or

<p>
hello 
<b>there</b>.
<p>

any punctuation after a tag is on a new line, which means a space gets aded on render. Not sure best way it should be handle though

Relevant log output

No response

@andy-UKC andy-UKC added the bug Something isn't working label Dec 11, 2024
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

No branches or pull requests

2 participants