You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't crash on cross reference when format: ipynb (#13965)
* test, ipynb - add a test for cross ref in ipynb
Also add a verify function for Ipynb cell content
* Fix ipynb crash with inline figure labels
Wrap float.content with pandoc.Blocks() in the ipynb renderer to handle
content that arrives as a list instead of a typed Blocks element.
Fixes#13956
* Add to changelog
Copy file name to clipboardExpand all lines: news/changelog-1.9.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,10 @@ All changes included in 1.9:
74
74
75
75
- ([#13722](https://github.com/quarto-dev/quarto-cli/issues/13722)): Fix `light-content` / `dark-content` SCSS rules not included in Reveal.js format. (author: @mcanouil)
76
76
77
+
### `ipynb`
78
+
79
+
- ([#13956](https://github.com/quarto-dev/quarto-cli/issues/13956)): Fix crash when rendering to `ipynb` format with figure labels (`#| label: fig-*`) on cells for cross references.
80
+
77
81
## Projects
78
82
79
83
- ([#13892](https://github.com/quarto-dev/quarto-cli/issues/13892)): Fix `output-dir: ./` deleting entire project directory. `output-dir` must be a subdirectory of the project directory and check is now better to avoid deleting the project itself when it revolves to the same path.
0 commit comments