test/testcases/span/01_link/imagelinks.text in kramdown-0.8.0 vs test/testcases/span/01_link/imagelinks.text in kramdown-0.9.0
- old
+ new
@@ -6,9 +6,11 @@
Reference style: ![alt text][img]
Reference style with title: ![alt text][imgo]
+No alt text: ![](other.png)
+
No id: ![imgo]
[img]: other.png
[imgo]: other.png "Title"