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

Fix handling of adjacent lists. #684

Merged
merged 1 commit into from Dec 10, 2018
Merged

Conversation

kohler
Copy link
Contributor

@kohler kohler commented Nov 16, 2015

An ordered list followed by an unordered list shouldn't be combined, even in non-smartLists mode.

Should fix #530.

@janhui
Copy link

janhui commented Jul 5, 2016

Would it be possible to merge this in? it does fix #530

@UziTech
Copy link
Member

UziTech commented Dec 5, 2018

I would like to get this PR merged @kohler would you be able to merge the current master so the tests will run? Or would you like me to do it in a new PR?

@kohler
Copy link
Contributor Author

kohler commented Dec 6, 2018

I updated. I didn't check in the minified file though—not sure what you prefer there (or what Travis expects).

Copy link
Member

@UziTech UziTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like travis is failing because of linting

/home/travis/build/markedjs/marked/lib/marked.js
  360:42  error    Expected '===' and instead saw '=='             eqeqeq
  361:1   warning  Expected indentation of 12 spaces but found 14  indent

test/new/adjacent_lists.text Outdated Show resolved Hide resolved
test/tests/adjacent_lists.text Outdated Show resolved Hide resolved
@UziTech
Copy link
Member

UziTech commented Dec 6, 2018

Travis will update the minified file automatically when this PR is merged

An ordered list followed by an unordered list shouldn't be combined,
even in non-smartLists mode.

Should fix markedjs#530.
@kohler kohler force-pushed the adjacentlists branch 3 times, most recently from 58c8e75 to a48a9f0 Compare December 10, 2018 16:34
@kohler
Copy link
Contributor Author

kohler commented Dec 10, 2018

Travis no longer complains and I changed the tests as requested.

@UziTech
Copy link
Member

UziTech commented Dec 10, 2018

Nice 🎉.

We will just need one more approval from the markedjs team.
/cc @styfle @joshbruce @davisjam

Copy link
Member

@styfle styfle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful, thanks for fixing these pesky lists! 🎉

This was referenced Apr 21, 2020
zhenalexfan pushed a commit to zhenalexfan/MarkdownHan that referenced this pull request Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
PRs
Queue
Development

Successfully merging this pull request may close these issues.

Weird list rendering behavior
4 participants