From 12e8343068b906f8b2afddc5569968a8a91fa5b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 29 Apr 2024 06:24:24 +0200 Subject: Adding upstream version 2.1.0. Signed-off-by: Daniel Baumann --- tests/test_port/fixtures/linkify.md | 99 +++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 tests/test_port/fixtures/linkify.md (limited to 'tests/test_port/fixtures/linkify.md') diff --git a/tests/test_port/fixtures/linkify.md b/tests/test_port/fixtures/linkify.md new file mode 100644 index 0000000..9edb78f --- /dev/null +++ b/tests/test_port/fixtures/linkify.md @@ -0,0 +1,99 @@ +linkify +. +url http://www.youtube.com/watch?v=5Jt5GEr4AYg. +. +

url http://www.youtube.com/watch?v=5Jt5GEr4AYg.

+. + + +don't touch text in links +. +[https://example.com](https://example.com) +. +

https://example.com

+. + + +don't touch text in autolinks +. + +. +

https://example.com

+. + + +don't touch text in html tags +. +https://example.com +. +

https://example.com

+. + + +match links without protocol +. +www.example.org +. +

www.example.org

+. + + +emails +. +test@example.com + +mailto:test@example.com +. +

test@example.com

+

mailto:test@example.com

+. + + +typorgapher should not break href +. +http://example.com/(c) +. +

http://example.com/(c)

+. + +before line +. +before +github.com +. +

before +github.com

+. + +after line +. +github.com +after +. +

github.com +after

+. + +before after lines +. +before +github.com +after +. +

before +github.com +after

+. + +before after lines with blank line +. +before + +github.com + +after +. +

before

+

github.com

+

after

+. \ No newline at end of file -- cgit v1.2.3