Uh oh!
There was an error while loading. Please reload this page.
Fix handling of adjacent lists. - #684
Conversation
janhui
commented
Jul 5, 2016
Would it be possible to merge this in? it does fix #530 |
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
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). |
UziTech
left a comment
There was a problem hiding this comment.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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 fixmarkedjs#530.
58c8e75 to
a48a9f0Comparekohler
commented
Dec 10, 2018
Travis no longer complains and I changed the tests as requested. |
UziTech
commented
Dec 10, 2018
Nice 🎉. We will just need one more approval from the markedjs team. |
styfle
left a comment
There was a problem hiding this comment.
Wonderful, thanks for fixing these pesky lists! 🎉
An ordered list followed by an unordered list shouldn't be combined, even in non-smartLists mode.
Should fix#530.