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