Browse Source

Improve coverage for images

pull/41/head
Alex Kocharin 10 years ago
parent
commit
a9e5c4fac3
  1. 24
      test/fixtures/markdown-it/commonmark_extras.txt

24
test/fixtures/markdown-it/commonmark_extras.txt

@ -196,3 +196,27 @@ z")
<p><a href="bar" title="ba\
z">foo</a></p>
.
Image coverage
.
![test]( x )
.
<p><img src="x" alt="test"></p>
.
.
![test][foo]
[bar]: 123
.
<p>![test][foo]</p>
.
.
![test][[[
[bar]: 123
.
<p>![test][[[</p>
.

Loading…
Cancel
Save