From a9e5c4fac3a06ca9c64caa9dd15ca97ce2b15c3b Mon Sep 17 00:00:00 2001 From: Alex Kocharin Date: Fri, 16 Jan 2015 13:42:09 +0300 Subject: [PATCH] Improve coverage for images --- .../markdown-it/commonmark_extras.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) 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][[[

+.