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

Trailing line break in list element should be ignored #106

Open
dmauro opened this issue Feb 1, 2017 · 0 comments
Open

Trailing line break in list element should be ignored #106

dmauro opened this issue Feb 1, 2017 · 0 comments

Comments

@dmauro
Copy link

dmauro commented Feb 1, 2017

Give the following HTML:

<ul>
    <li>Item 1 <br /></li>
    <li>Item 2</li>
</ul>

the following Markdown will be generated:

* Item 1 \n\n* Item 2

Which will actually be interpreted as two distinct unordered lists instead of one list with two entries. It seems that removing trailing line breaks from list items would make for a better semantic translation.

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