From 2dbfcc0c510b46c9bfa288cb370b2d4f7fe7555d Mon Sep 17 00:00:00 2001 From: Artem Date: Tue, 24 Jun 2008 20:39:50 +0500 Subject: second commit --- tests2/php-markdown-cases-new/Images (Untitled).txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests2/php-markdown-cases-new/Images (Untitled).txt (limited to 'tests2/php-markdown-cases-new/Images (Untitled).txt') diff --git a/tests2/php-markdown-cases-new/Images (Untitled).txt b/tests2/php-markdown-cases-new/Images (Untitled).txt new file mode 100644 index 0000000..cb481de --- /dev/null +++ b/tests2/php-markdown-cases-new/Images (Untitled).txt @@ -0,0 +1,7 @@ +![alt text](/url/) + +![alt text]() + +![alt text][foo] + + [foo]: /url/ \ No newline at end of file -- cgit v1.2.3