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

Add wrapAll to paragarph output on CodeBlocks #1238

Merged
merged 2 commits into from
Nov 13, 2023

Conversation

pjfitzgibbons
Copy link
Contributor

Description

Wrap CodeBlock paragraph output wtih forced truncation of long text

image

Issues Resolved

fixes #1237

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #1238 (3be019e) into main (80f112a) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1238      +/-   ##
==========================================
- Coverage   44.06%   44.04%   -0.03%     
==========================================
  Files         329      329              
  Lines       19672    19672              
  Branches     4685     4683       -2     
==========================================
- Hits         8669     8665       -4     
- Misses      10958    10962       +4     
  Partials       45       45              
Flag Coverage Δ
dashboards-observability 44.04% <ø> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 2 files with indirect coverage changes

@pjfitzgibbons pjfitzgibbons merged commit 43a044f into main Nov 13, 2023
12 of 13 checks passed
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.

[BUG] Notebook CodeBlock does not wrap
3 participants