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

With new simpleLineBreaks or 'github' flavor, lists receive <br />'s #316

Closed
nemoDreamer opened this issue Dec 20, 2016 · 4 comments
Closed
Assignees
Labels

Comments

@nemoDreamer
Copy link

Hey there, love the addition of simple GFM-style line-breaks, but they seem to be creating undesirable side-effects in lists:

1. One
2. Two
  - A
  - B
3. Three

Becomes:

<ol>
<li>One</li>
<li>Two<br />
<br />
<ul><br />
<li>A</li><br />
<li>B</li></ul></li>
<li>Three</li>
</ol>

Notice the <br />s after <ul> and </li>.
These also are present once you create a list of block elements.

@nemoDreamer
Copy link
Author

/cc @tivie

@tivie tivie self-assigned this Dec 20, 2016
@tivie tivie added the bug label Dec 20, 2016
@tivie
Copy link
Member

tivie commented Dec 20, 2016

Bug verified.

@tivie
Copy link
Member

tivie commented Dec 20, 2016

Do you notice this behavior with other elements aside from spans and blocks in list?

@tivie
Copy link
Member

tivie commented Dec 21, 2016

@nemoDreamer This should be fixed now. Do you mind testing it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants