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 the handling of bibliography sections in R Markdown notebooks #1180

Merged
merged 1 commit into from
Dec 2, 2023

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Dec 2, 2023

Will close #1161

Copy link

github-actions bot commented Dec 2, 2023

Thank you for making this pull request.

Did you know? You can try it on Binder: Binder:lab or Binder:notebook.

Also, the version of Jupytext developed in this PR can be installed with pip:

pip install git+https://github.com/mwouts/jupytext.git@fix_bibliography_in_rmarkdown

(this requires nodejs, see more at Developing Jupytext)

Copy link

codecov bot commented Dec 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4a133b5) 96.81% compared to head (aa55b9d) 97.73%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1180      +/-   ##
==========================================
+ Coverage   96.81%   97.73%   +0.92%     
==========================================
  Files          29       29              
  Lines        4452     4456       +4     
==========================================
+ Hits         4310     4355      +45     
+ Misses        142      101      -41     
Flag Coverage Δ
external 75.17% <40.00%> (+0.06%) ⬆️
functional 88.56% <100.00%> (+0.01%) ⬆️
integration 77.31% <40.00%> (-0.05%) ⬇️
unit 66.56% <20.00%> (-0.07%) ⬇️

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.

@mwouts mwouts merged commit e42bdb7 into main Dec 2, 2023
31 checks passed
@mwouts mwouts deleted the fix_bibliography_in_rmarkdown branch December 2, 2023 17:22
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.

Bibliography section becomes code
1 participant