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 ordered list with nest #27

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Fix ordered list with nest #27

merged 1 commit into from
Oct 16, 2017

Conversation

thinca
Copy link
Contributor

@thinca thinca commented Oct 16, 2017

With below markdown:

1. foo1
2. foo2
    1. bar
        1. buz
3. qux

I expect the following result:

              1      foo1

              2      foo2

                     1      bar

                            1      buz

              3      qux

However, in actual:

              0      foo1

              1      foo2

                     1      bar

                            1      buz

              2      qux

This PR fix this behavior.

@sunaku sunaku merged commit f754cab into sunaku:master Oct 16, 2017
@sunaku
Copy link
Owner

sunaku commented Oct 16, 2017

Thanks! 👍 Merged. 🙇

@thinca thinca deleted the fix-ordered-list-with-nest branch October 17, 2017 00:52
@sunaku
Copy link
Owner

sunaku commented Feb 4, 2018

Hey @thinca, sorry for the long delay: 😅 I have finally released this fix in version 5.1.2 now. 🎉

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

Successfully merging this pull request may close these issues.

2 participants