Skip to content

Cant stack multiple br #230

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

Closed
petekblaz opened this issue Feb 19, 2020 · 5 comments
Closed

Cant stack multiple br #230

petekblaz opened this issue Feb 19, 2020 · 5 comments
Labels
more-info-needed More information is needed to resolve the issue. Will be closed if no response is received.

Comments

@petekblaz
Copy link

Multiple
wont create additional empty lines. Any idea as to why this is? Is it a bug, or intended behaviour?

@Sub6Resources
Copy link
Owner

Which flutter_html version are you using?

@Sub6Resources Sub6Resources added the more-info-needed More information is needed to resolve the issue. Will be closed if no response is received. label Feb 20, 2020
@slc1973
Copy link

slc1973 commented Mar 13, 2020

I use 0.11.1 and have the same behavior.

Not create empty line:

<br><br>

Create new line with ".":

<br>.<br>

For now I use:

<p> </p>

to have more space between text, but it creates 2 lines and not what I want (1 line)

@Sub6Resources
Copy link
Owner

Sub6Resources commented Mar 13, 2020

Try using version 1.0.0-pre.1. It handles whitespace much better.

@slc1973
Copy link

slc1973 commented Mar 13, 2020

Doesn't work, tried already...

More info can help: I try to have new line after <ul><li></li></ul>

@erickok
Copy link
Contributor

erickok commented Feb 8, 2021

Seems fixed. Let us know if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-info-needed More information is needed to resolve the issue. Will be closed if no response is received.
Projects
None yet
Development

No branches or pull requests

4 participants