diff options
Diffstat (limited to 'library/parsedown/test/data/inline_link_title.md')
-rw-r--r-- | library/parsedown/test/data/inline_link_title.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/parsedown/test/data/inline_link_title.md b/library/parsedown/test/data/inline_link_title.md new file mode 100644 index 000000000..6e1c5af9b --- /dev/null +++ b/library/parsedown/test/data/inline_link_title.md @@ -0,0 +1,11 @@ +[single quotes](http://example.com 'Title') + +[double quotes](http://example.com "Title") + +[single quotes blank](http://example.com '') + +[double quotes blank](http://example.com "") + +[space](http://example.com "2 Words") + +[parentheses](http://example.com/url-(parentheses) "Title")
\ No newline at end of file |