diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-03-09 13:12:39 +0100 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-03-09 13:12:39 +0100 |
commit | 893bb5a9cf365c831e75fafc83dffdbced09a466 (patch) | |
tree | ef7a4f923ebb49a70697b0388af359b2b44b2109 /vendor/parsedown-0.9.0/tests/data/implicit_reference.md | |
parent | 82c0d2acc24a0b19de246c4f2c3d37a8e197d11e (diff) |
added parsedown 0.9.0
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 |