test/testcases/span/01_link/imagelinks.html in kramdown-1.3.3 vs test/testcases/span/01_link/imagelinks.html in kramdown-1.4.0

- old
+ new

@@ -10,5 +10,6 @@ <p>No alt text: <img src="other.png" alt="" /></p> <p>No id: <img src="other.png" alt="imgo" title="Title" /></p> +<p>With escaped pipe: <img src="other.png" alt="an | pipe" /></p>