support for auto linking urls with file protocol (#1402)

This commit is contained in:
Kevin Papst
2020-01-22 17:25:11 +01:00
committed by GitHub
parent 85a35a3063
commit 79c4c237fa
2 changed files with 57 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ class MarkdownTest extends TestCase
<h1 id="test">test</h1>
<p>asdfasdfa</p>
<pre><code>ssdfsdf</code></pre>
<p><a href="http://example.com/foo-bar.html" target="_blank">http://example.com/foo-bar.html</a><br />
<a href="file:///home/kimai/images/beautiful-flower.png" target="_blank">file:///home/kimai/images/beautiful-flower.png</a></p>
<p>sdfsdf <a href="#test-1">asdfasdf</a> asdfasdf</p>
<h1 id="test-1">test</h1>
<p>aasdfasdf<br />
@@ -50,6 +52,9 @@ asdfasdfa
ssdfsdf
http://example.com/foo-bar.html
file:///home/kimai/images/beautiful-flower.png
sdfsdf [asdfasdf](#test-1) asdfasdf
# test