diff options
Diffstat (limited to 'vendor/parsedown-0.9.0/tests/data/implicit_reference.md')
-rw-r--r-- | vendor/parsedown-0.9.0/tests/data/implicit_reference.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/parsedown-0.9.0/tests/data/implicit_reference.md b/vendor/parsedown-0.9.0/tests/data/implicit_reference.md new file mode 100644 index 00000000..d1288263 --- /dev/null +++ b/vendor/parsedown-0.9.0/tests/data/implicit_reference.md @@ -0,0 +1,9 @@ +an [implicit] reference link + +[implicit]: http://example.com + +an [implicit][] reference link with an empty link definition + +an [explicit][example] reference link with a title + +[example]: http://example.com "Example"
\ No newline at end of file |