diff --git a/test/fixtures/markdown-it/commonmark_extras.txt b/test/fixtures/markdown-it/commonmark_extras.txt index 5625875..4e310e7 100644 --- a/test/fixtures/markdown-it/commonmark_extras.txt +++ b/test/fixtures/markdown-it/commonmark_extras.txt @@ -196,3 +196,27 @@ z")

foo

. + +Image coverage + +. +![test]( x ) +. +

test

+. + +. +![test][foo] + +[bar]: 123 +. +

![test][foo]

+. + +. +![test][[[ + +[bar]: 123 +. +

![test][[[

+.