all repos — grayfriday @ da8f2753e27c7fd79265c7420b7e2b9b94aa3dd5

blackfriday fork with a few changes

Added test for link inside image
Alex Xandra Albert Sim bertzzie@gmail.com
Mon, 09 Sep 2013 12:51:20 +0700
commit

da8f2753e27c7fd79265c7420b7e2b9b94aa3dd5

parent

3f24fadb287eb593a53a00570cd8092b6e572244

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M inline_test.goinline_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 &quot;one quote\">link</a></p>\n",