Skip to content

Commit f92ca8e

Browse files
committed
docs(test): correct markdown/defaultBlocks comment about caption survival
Captions on image/video/audio now survive round-trip via raw `<figure>` HTML — they shouldn't have been listed as a dropped feature.
1 parent 7512b1c commit f92ca8e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/src/unit/core/formatConversion/exportParseEquality/exportParseEqualityTestInstances.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,8 +957,9 @@ export const exportParseEqualityTestInstancesMarkdown: TestInstance<
957957
{
958958
// Mirrors the default-blocks demo (examples/01-basic/04-default-blocks)
959959
// so we get a single round-trip snapshot covering every default block
960-
// type. Markdown is lossy (colors/alignment/captions/file blocks/toggle
960+
// type. Markdown is lossy (colors/alignment/file blocks/toggle
961961
// affordances are dropped), so the snapshot documents what survives.
962+
// Image/video/audio captions are preserved via raw `<figure>` HTML.
962963
testCase: {
963964
name: "markdown/defaultBlocks",
964965
content: [

0 commit comments

Comments
 (0)