Skip to content

Commit 710bd9e

Browse files
committed
feat: fine tune warning
1 parent 4383667 commit 710bd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/jupyter/jupyter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ async function mdFromCodeCell(
15601560
: label;
15611561
// If the user specifies a top-level array for images but also labels give a warning.
15621562
if (labelCellContainer === false && Array.isArray(sortedOutputs) == true) {
1563-
warning("Warning: using top-level figures with labels might result in unwanted behaviour.")
1563+
warning("Warning: using multiple top-level figures with labels might result in unwanted behaviour.")
15641564
}
15651565
// If this output has been marked to not be displayed
15661566
// just continue

0 commit comments

Comments
 (0)