diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-29 20:44:28 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-29 20:44:28 -0400 |
commit | a3dfdd9d3886451f5e97940387a56171c5810cf6 (patch) | |
tree | 9c68b25867f19d440e6b3aab67e6636f5ceb6734 /library/parsedown/test/data/inline_link.md | |
parent | 00d32f6b947d10b836cf1a4d59dbff3413517fd5 (diff) | |
download | volse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.tar.gz volse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.tar.bz2 volse-hubzilla-a3dfdd9d3886451f5e97940387a56171c5810cf6.zip |
Remove Parsedown library files and remove references.
Diffstat (limited to 'library/parsedown/test/data/inline_link.md')
-rw-r--r-- | library/parsedown/test/data/inline_link.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/library/parsedown/test/data/inline_link.md b/library/parsedown/test/data/inline_link.md deleted file mode 100644 index 6bac0b35e..000000000 --- a/library/parsedown/test/data/inline_link.md +++ /dev/null @@ -1,11 +0,0 @@ -[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 |