showdown/test/features/simplifiedAutoLink/does-not-parse-inside-code.html
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

7 lines
102 B
HTML

<pre><code>some code with
a link
www.google.com
and another link http://www.google.com
</code></pre>