summaryrefslogtreecommitdiffstats
path: root/tests/data/inline_link_style_01.md
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/inline_link_style_01.md')
-rw-r--r--tests/data/inline_link_style_01.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/data/inline_link_style_01.md b/tests/data/inline_link_style_01.md
new file mode 100644
index 0000000..6799061
--- /dev/null
+++ b/tests/data/inline_link_style_01.md
@@ -0,0 +1,19 @@
+This is [an example](http://example.com/ "Title") inline link.
+
+[This link](http://example.net/) has no title attribute.
+
+See my [About][] page for details.
+
+[About]: /about/
+
+Sed faucibus convallis [an example][id] justo et congue link.
+
+Iaculis purus sed [an example] [id] porttitor id link.
+
+[id]: http://example.com/ "Optional Title Here"
+
+There were [foo00][foo-00] and [foo01][foo-01] in the
+bar.
+
+[foo-00]: http://example.com/foo/00 "Foo 00 Title"
+[foo-01]: http://example.com/foo/01 (Foo 01 Title)