aboutsummaryrefslogtreecommitdiffstats
path: root/tests2/tm-cases-new/img_in_link.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests2/tm-cases-new/img_in_link.txt')
-rw-r--r--tests2/tm-cases-new/img_in_link.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests2/tm-cases-new/img_in_link.txt b/tests2/tm-cases-new/img_in_link.txt
new file mode 100644
index 0000000..98f6075
--- /dev/null
+++ b/tests2/tm-cases-new/img_in_link.txt
@@ -0,0 +1,7 @@
+This example from
+<http://orestis.gr/en/blog/2007/05/28/python-markdown-problems/>:
+
+[![the google logo][logo]][google]
+[logo]: http://www.google.com/images/logo.gif
+[google]: http://www.google.com/ "click to visit Google.com"
+