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): support chained admonitions #500

Merged
merged 1 commit into from
Mar 14, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Mar 14, 2020

fixing 'ContinuedListItemElement' rule to support
a document blocks which include 'ContinuedParagraph' blocks
instead of regular 'Paragraph' blocks

Fixes #492

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

fixing 'ContinuedListItemElement' rule to support
a document blocks which include 'ContinuedParagraph' blocks
instead of regular 'Paragraph' blocks

Fixes bytesparadise#492

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

codecov bot commented Mar 14, 2020

Codecov Report

Merging #500 into master will increase coverage by 0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #500      +/-   ##
==========================================
+ Coverage   86.44%   86.53%   +0.08%     
==========================================
  Files          67       67              
  Lines        4701     4701              
==========================================
+ Hits         4064     4068       +4     
+ Misses        472      468       -4     
  Partials      165      165              

@xcoulon xcoulon merged commit f60fabf into bytesparadise:master Mar 14, 2020
@xcoulon xcoulon deleted the Issue492_multiple_admonitions branch March 14, 2020 08:13
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.

Chained or nest admonition blocks not processed properly
1 participant