From 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 12 Dec 2019 14:51:10 +0000 Subject: update composer libs and minor notifications display fixes --- .../test/resources/markdown.mdtest/Images.text | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text (limited to 'vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text') diff --git a/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text new file mode 100644 index 000000000..570759091 --- /dev/null +++ b/vendor/michelf/php-markdown/test/resources/markdown.mdtest/Images.text @@ -0,0 +1,26 @@ +![Alt text](/path/to/img.jpg) + +![Alt text](/path/to/img.jpg "Optional title") + +Inline within a paragraph: [alt text](/url/). + +![alt text](/url/ "title preceded by two spaces") + +![alt text](/url/ "title has spaces afterward" ) + +![alt text]() + +![alt text]( "with a title"). + +![Empty]() + +![this is a stupid URL](http://example.com/(parens).jpg) + + +![alt text][foo] + + [foo]: /url/ + +![alt text][bar] + + [bar]: /url/ "Title here" \ No newline at end of file -- cgit v1.2.3