showdown/test/features/simplifiedAutoLink/text.md
Estevao Soares dos Santos 5c50675cca fix(simpleAutoLinks): URLs with emphasis/strikethrough are parsed
correctly

When a user enters a URL with emphasis or strikethrough, the html output
were incorrect.
Now, URLs inside emphasis or strikethrough are parsed corerctly

Closes #347
2017-02-26 19:13:52 +00:00

14 lines
253 B
Markdown

http://www.google.com/foobar
www.google.com/foobar
ftp://user:password@host.com:port/path
this has some http://www.google.com/foobar in text
this has some www.google.com/foobar in text
this has some ftp://user:password@host.com:port/path in text