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: Markdown incorrectly rendering inline code blocks #2342

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mofojed
Copy link
Member

@mofojed mofojed commented Jan 16, 2025

- Fixes deephaven#2312
- Tested using a code block from the ticket
@mofojed mofojed requested a review from dsmmcken January 16, 2025 02:07
@mofojed mofojed self-assigned this Jan 16, 2025
Copy link

codecov bot commented Jan 16, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 46.69%. Comparing base (5f6c8d6) to head (3630882).

Files with missing lines Patch % Lines
...e-plugins/src/controls/markdown/MarkdownEditor.tsx 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2342      +/-   ##
==========================================
- Coverage   46.70%   46.69%   -0.01%     
==========================================
  Files         704      704              
  Lines       39044    39047       +3     
  Branches     9757     9944     +187     
==========================================
  Hits        18234    18234              
- Misses      20799    20802       +3     
  Partials       11       11              
Flag Coverage Δ
unit 46.69% <0.00%> (-0.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Markdown panel inline code created on new line
1 participant