From c6aa42773a17d53b4572488967b99666ab97ef97 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Sat, 21 May 2016 14:56:42 -0400 Subject: Trying to fix wiki branch starting fresh from dev --- library/parsedown/test/data/implicit_reference.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 library/parsedown/test/data/implicit_reference.md (limited to 'library/parsedown/test/data/implicit_reference.md') diff --git a/library/parsedown/test/data/implicit_reference.md b/library/parsedown/test/data/implicit_reference.md new file mode 100644 index 000000000..f850df964 --- /dev/null +++ b/library/parsedown/test/data/implicit_reference.md @@ -0,0 +1,13 @@ +an [implicit] reference link + +[implicit]: http://example.com + +an [implicit][] reference link with an empty link definition + +an [implicit][] reference link followed by [another][] + +[another]: http://cnn.com + +an [explicit][example] reference link with a title + +[example]: http://example.com "Example" \ No newline at end of file -- cgit v1.2.3