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

Does this paragraph's behavior is the expected one? #1

Open
tiagoalmeida opened this issue Dec 6, 2012 · 0 comments
Open

Does this paragraph's behavior is the expected one? #1

tiagoalmeida opened this issue Dec 6, 2012 · 0 comments

Comments

@tiagoalmeida
Copy link

When I tried to do:

<p>Testing <i>italic</i> and something more.</p>
<p>More testing </p>

I was expecting:

Testing italic and something more.

More testing

But I have got:

Testing italic and something more.
More testing

I had to wrap the second paragraph in a div so it would work as I expected. Is it easy (for me) to remove this div dependency to get my expected result?

Thanks for that package. Really helpfull ;)
Tiago

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