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

bug: <br> tags should insert a newline #5

Closed
flavorjones opened this issue Mar 10, 2010 · 1 comment
Closed

bug: <br> tags should insert a newline #5

flavorjones opened this issue Mar 10, 2010 · 1 comment

Comments

@flavorjones
Copy link
Owner

e.g.,

<div>
  Break this<br>line in two
</div>

should render as

Break this
line in two

and not

Break thisline in two
@flavorjones
Copy link
Owner Author


tags are replaced with a newline. closed by 9543a78

This issue was closed.
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

1 participant