Added test for link inside image
Alex Xandra Albert Sim bertzzie@gmail.com
Mon, 09 Sep 2013 12:51:20 +0700
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
inline_test.go
→
inline_test.go
@@ -390,6 +390,9 @@
"[link]( with whitespace )\n", "<p><a href=\"with whitespace\">link</a></p>\n", + "[![image](someimage)](with image)\n", + "<p><a href=\"with image\"><img src=\"someimage\" alt=\"image\" />\n</a></p>\n", + "[link](url \"one quote)\n", "<p><a href=\"url "one quote\">link</a></p>\n",