diff options
author | John MacFarlane <[email protected]> | 2016-12-06 10:56:59 +0100 |
---|---|---|
committer | John MacFarlane <[email protected]> | 2016-12-06 10:56:59 +0100 |
commit | 5255e2d5717dc7a265ca79404d387ef8abe8c004 (patch) | |
tree | ef246aecb2c2985e87c4b9a54d272270661d9039 /bench/samples/inline-links-flat.md | |
parent | 847b501371c399d079af09ad6094d8f26ff2d0eb (diff) |
Added 'make newbench'.
Diffstat (limited to 'bench/samples/inline-links-flat.md')
-rw-r--r-- | bench/samples/inline-links-flat.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bench/samples/inline-links-flat.md b/bench/samples/inline-links-flat.md new file mode 100644 index 0000000..5117db8 --- /dev/null +++ b/bench/samples/inline-links-flat.md @@ -0,0 +1,23 @@ +Valid links: + + [this is a link]() + [this is a link](<http://something.example.com/foo/bar>) + [this is a link](http://something.example.com/foo/bar 'test') + ![this is an image]() +  +  + + [escape test](<\>\>\>\>\>\>\>\>\>\>\>\>\>\>> '\'\'\'\'\'\'\'\'\'\'\'\'\'\'') + [escape test \]\]\]\]\]\]\]\]\]\]\]\]\]\]\]\]](\)\)\)\)\)\)\)\)\)\)\)\)\)\)) + +Invalid links: + + [this is not a link + + [this is not a link]( + + [this is not a link](http://something.example.com/foo/bar 'test' + + [this is not a link]((((((((((((((((((((((((((((((((((((((((((((((( + + [this is not a link]((((((((((()))))))))) (((((((((())))))))))) |