Skip to content

Commit cb656f9

Browse files
committed
Fix broken test
This breaks figures - need to reconsider how to properly forward the id.
1 parent 66c90ed commit cb656f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/jupyter/jupyter.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,11 +1096,6 @@ async function mdFromCodeCell(
10961096
// write div enclosure
10971097
const divMd: string[] = [`::: {`];
10981098

1099-
// add the id
1100-
if (cell.id) {
1101-
divMd.push(`#${cell.id} `);
1102-
}
1103-
11041099
// metadata to exclude from cell div attributes
11051100
const kCellOptionsFilter = kJupyterCellInternalOptionKeys.concat(
11061101
kJupyterCellStandardMetadataKeys,

0 commit comments

Comments
 (0)