Closed bram209 closed 1 year ago
Btw: This makes it so it does not respect no newlines when the closing tag is on a line by itself @bram209 :
<div>
<div
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
>
<i class="bi-google"></i>
"Sign in with google"
</div>
</div>
formats to
<div>
<div
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
class="foo"
>
+
<i class="bi-google"></i>
"Sign in with google"
</div>
</div>
I am trying to look into this as well, but can't figure out how to fix the issue yet
ah check, I think I know the issue, sorry for the inconvenience
No problem at all! Thanks for looking into it :)
Should be fixed now @seblj
Works perfectly! Thank you!
resolves #27