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(parser): rearranging lists with delimited blocks afterwards #789

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Oct 25, 2020

refactor the logic to rearrange list items in list, using
a 'listArranger' type (until we have a better name)

Fixes #785

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

@codecov
Copy link

codecov bot commented Oct 25, 2020

Codecov Report

Merging #789 into master will increase coverage by 0.03%.
The diff coverage is 91.02%.

@@            Coverage Diff             @@
##           master     #789      +/-   ##
==========================================
+ Coverage   81.04%   81.08%   +0.03%     
==========================================
  Files          86       86              
  Lines        5107     5106       -1     
==========================================
+ Hits         4139     4140       +1     
+ Misses        615      614       -1     
+ Partials      353      352       -1     

refactor the logic to rearrange list items in list, using
a 'listArranger' type (until we have a better name)

also, updates on dependencies via `go mod tidy`

Fixes bytesparadise#785

Signed-off-by: Xavier Coulon <[email protected]>
@xcoulon xcoulon force-pushed the Issue785_callout_admonition_render_order branch from ece5702 to 92d1b0a Compare October 25, 2020 13:23
@xcoulon xcoulon merged commit d547fd0 into bytesparadise:master Oct 25, 2020
@xcoulon xcoulon deleted the Issue785_callout_admonition_render_order branch October 25, 2020 13:49
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.

Callouts rendered after admonition blocks
1 participant