summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/test/new/gfm_autolinks.html
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-03-06 03:52:12 +0200
committerLauri Ojansivu <x@xet7.org>2020-03-06 03:52:12 +0200
commit2b26bbe78a1a2b8b427963a6c44c3853efdb737e (patch)
tree90a71801d84a4c0a019e072a953299bbc0a2962d /packages/markdown/marked/test/new/gfm_autolinks.html
parenta6d702d1ab9906898dab4cacec735043e5618fb1 (diff)
downloadwekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.tar.gz
wekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.tar.bz2
wekan-2b26bbe78a1a2b8b427963a6c44c3853efdb737e.zip
Fix: img tag did not allow width and height.
Removed swipebox from markdown editor img tag and updated marked markdown to newest version. Thanks to hradec and xet7 ! Closes #2956
Diffstat (limited to 'packages/markdown/marked/test/new/gfm_autolinks.html')
-rw-r--r--packages/markdown/marked/test/new/gfm_autolinks.html83
1 files changed, 0 insertions, 83 deletions
diff --git a/packages/markdown/marked/test/new/gfm_autolinks.html b/packages/markdown/marked/test/new/gfm_autolinks.html
deleted file mode 100644
index 9058f2f2..00000000
--- a/packages/markdown/marked/test/new/gfm_autolinks.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<p>link with . <a href="http://example.com/hello-world">http://example.com/hello-world</a>.</p>
-
-<p>link with ! <a href="http://example.com/hello-world">http://example.com/hello-world</a>!</p>
-
-<p>link with : <a href="http://example.com/hello-world">http://example.com/hello-world</a>:</p>
-
-<p>link with , <a href="http://example.com/hello-world">http://example.com/hello-world</a>,</p>
-
-<p>link with ; <a href="http://example.com/hello-world">http://example.com/hello-world</a>;</p>
-
-<p>link with ) <a href="http://example.com/hello-world">http://example.com/hello-world</a>)</p>
-
-<p>link with nothing <a href="http://example.com/hello-world">http://example.com/hello-world</a></p>
-
-<h3 id="example-597">Example 597</h3>
-
-<p>The scheme http will be inserted automatically:</p>
-
-<p><a href="http://www.commonmark.org">www.commonmark.org</a></p>
-<h3 id="example-598">Example 598</h3>
-
-<p>After a valid domain, zero or more non-space non-&lt; characters may follow:</p>
-
-<p>Visit <a href="http://www.commonmark.org/help">www.commonmark.org/help</a> for more information.</p>
-
-<h3 id="example-599">Example 599</h3>
-
-<p>Trailing punctuation (specifically, ?, !, ., ,, :, *, _, and ~) will not be considered part of the autolink, though they may be included in the interior of the link:</p>
-
-<p>Visit <a href="http://www.commonmark.org">www.commonmark.org</a>.</p>
-
-<p>Visit <a href="http://www.commonmark.org/a.b">www.commonmark.org/a.b</a>.</p>
-
-<h3 id="example-600">Example 600</h3>
-
-<p><a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a></p>
-
-<p>(<a href="http://www.google.com/search?q=Markup+(business)">www.google.com/search?q=Markup+(business)</a>)</p>
-
-<h3 id="example-601">Example 601</h3>
-
-<p><a href="http://www.google.com/search?q=(business))+ok">www.google.com/search?q=(business))+ok</a></p>
-
-<h3 id="example-602">Example 602</h3>
-
-<p><a href="http://www.google.com/search?q=commonmark&amp;hl=en">www.google.com/search?q=commonmark&amp;hl=en</a></p>
-
-<p><a href="http://www.google.com/search?q=commonmark">www.google.com/search?q=commonmark</a>&amp;</p>
-
-<h3 id="example-603">Example 603</h3>
-
-<p>&lt; immediately ends an autolink.</p>
-
-<p><a href="http://www.commonmark.org/he">www.commonmark.org/he</a>&lt;lp</p>
-
-<h3 id="example-604">Example 604</h3>
-
-<p><a href="http://commonmark.org">http://commonmark.org</a></p>
-
-<p>(Visit <a href="https://encrypted.google.com/search?q=Markup+(business)">https://encrypted.google.com/search?q=Markup+(business)</a>)</p>
-
-<p>Anonymous FTP is available at <a href="ftp://foo.bar.baz">ftp://foo.bar.baz</a>.</p>
-
-<p>Extended email autolinks:</p>
-
-<h3 id="example-605">Example 605</h3>
-
-<p><a href="mailto:foo@bar.baz">foo@bar.baz</a></p>
-
-<h3 id="example-606">Example 606</h3>
-
-<p>hello@mail+xyz.example isn&#39;t valid, but <a href="mailto:hello+xyz@mail.example">hello+xyz@mail.example</a> is.</p>
-
-<h3 id="example-607">Example 607</h3>
-
-<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a></p>
-
-<p><a href="mailto:a.b-c_d@a.b">a.b-c_d@a.b</a>.</p>
-
-<p>a.b-c_d@a.b-</p>
-
-<pre><code>a.b-c_d@a.b_
-</code></pre> \ No newline at end of file