We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4383667 commit 710bd9eCopy full SHA for 710bd9e
src/core/jupyter/jupyter.ts
@@ -1560,7 +1560,7 @@ async function mdFromCodeCell(
1560
: label;
1561
// If the user specifies a top-level array for images but also labels give a warning.
1562
if (labelCellContainer === false && Array.isArray(sortedOutputs) == true) {
1563
- warning("Warning: using top-level figures with labels might result in unwanted behaviour.")
+ warning("Warning: using multiple top-level figures with labels might result in unwanted behaviour.")
1564
}
1565
// If this output has been marked to not be displayed
1566
// just continue
0 commit comments