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(types): attach child elements to correct parent in ordered list #294

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Feb 13, 2019

attach child elements of all sub levels when a new item of a given
level is processed

also verified on unordered list and labeled list.

fixes #293

Signed-off-by: Xavier Coulon [email protected]

attach child elements of all sub levels when a new item of a given
level is processed

also verified on unordered list and labeled list.

fixes bytesparadise#293

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Feb 13, 2019

Codecov Report

Merging #294 into master will increase coverage by <.01%.
The diff coverage is 72.72%.

@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
+ Coverage   85.16%   85.17%   +<.01%     
==========================================
  Files          38       38              
  Lines        3850     3851       +1     
==========================================
+ Hits         3279     3280       +1     
  Misses        432      432              
  Partials      139      139

@xcoulon xcoulon merged commit 8d72ae0 into bytesparadise:master Feb 17, 2019
@xcoulon xcoulon deleted the Issue293_ordered_list_max_nesting branch February 17, 2019 20:53
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.

Support max level of nesting in ordered list
1 participant