diff options
Diffstat (limited to 'library/parsedown/test/data/inline_link.md')
-rw-r--r-- | library/parsedown/test/data/inline_link.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/library/parsedown/test/data/inline_link.md b/library/parsedown/test/data/inline_link.md new file mode 100644 index 000000000..6bac0b35e --- /dev/null +++ b/library/parsedown/test/data/inline_link.md @@ -0,0 +1,11 @@ +[link](http://example.com) + +[link](/url-(parentheses)) with parentheses in URL + +([link](/index.php)) in parentheses + +[`link`](http://example.com) + +[![MD Logo](http://parsedown.org/md.png)](http://example.com) + +[![MD Logo](http://parsedown.org/md.png) and text](http://example.com)
\ No newline at end of file |