diff options
Diffstat (limited to 'library/parsedown/test/data/implicit_reference.md')
-rw-r--r-- | library/parsedown/test/data/implicit_reference.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |