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

feat(parser/renderer): support callouts in verbatim blocks #567

Merged

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented May 23, 2020

  • support or or more callouts in a delimited block
    with verbatim content (eg: listing block)
  • render the "callout list" with the descriptions

Fixes #562 - Support callouts in verbatim blocks

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

- support or or more callouts in a delimited block
with verbatim content (eg: `listing` block)
- render the "callout list" with the descriptions

Fixes bytesparadise#562 - Support callouts in verbatim blocks

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

codecov bot commented May 23, 2020

Codecov Report

Merging #567 into master will increase coverage by 0.02%.
The diff coverage is 90.82%.

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
+ Coverage   88.31%   88.33%   +0.02%     
==========================================
  Files          65       66       +1     
  Lines        4416     4510      +94     
==========================================
+ Hits         3900     3984      +84     
- Misses        334      342       +8     
- Partials      182      184       +2     

@xcoulon xcoulon merged commit 9b5a26c into bytesparadise:master May 23, 2020
@xcoulon xcoulon deleted the Issue562_verbatim_block_callout branch May 23, 2020 13:40
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 callouts in verbatim blocks
1 participant