From 2b26bbe78a1a2b8b427963a6c44c3853efdb737e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 6 Mar 2020 03:52:12 +0200 Subject: 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 --- .../markdown/marked/test/new/gfm_autolinks.html | 83 ---------------------- 1 file changed, 83 deletions(-) delete mode 100644 packages/markdown/marked/test/new/gfm_autolinks.html (limited to 'packages/markdown/marked/test/new/gfm_autolinks.html') 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 @@ -

link with . http://example.com/hello-world.

- -

link with ! http://example.com/hello-world!

- -

link with : http://example.com/hello-world:

- -

link with , http://example.com/hello-world,

- -

link with ; http://example.com/hello-world;

- -

link with ) http://example.com/hello-world)

- -

link with nothing http://example.com/hello-world

- -

Example 597

- -

The scheme http will be inserted automatically:

- -

www.commonmark.org

-

Example 598

- -

After a valid domain, zero or more non-space non-< characters may follow:

- -

Visit www.commonmark.org/help for more information.

- -

Example 599

- -

Trailing punctuation (specifically, ?, !, ., ,, :, *, _, and ~) will not be considered part of the autolink, though they may be included in the interior of the link:

- -

Visit www.commonmark.org.

- -

Visit www.commonmark.org/a.b.

- -

Example 600

- -

www.google.com/search?q=Markup+(business)

- -

(www.google.com/search?q=Markup+(business))

- -

Example 601

- -

www.google.com/search?q=(business))+ok

- -

Example 602

- -

www.google.com/search?q=commonmark&hl=en

- -

www.google.com/search?q=commonmark&

- -

Example 603

- -

< immediately ends an autolink.

- -

www.commonmark.org/he<lp

- -

Example 604

- -

http://commonmark.org

- -

(Visit https://encrypted.google.com/search?q=Markup+(business))

- -

Anonymous FTP is available at ftp://foo.bar.baz.

- -

Extended email autolinks:

- -

Example 605

- -

foo@bar.baz

- -

Example 606

- -

hello@mail+xyz.example isn't valid, but hello+xyz@mail.example is.

- -

Example 607

- -

a.b-c_d@a.b

- -

a.b-c_d@a.b.

- -

a.b-c_d@a.b-

- -
a.b-c_d@a.b_
-
\ No newline at end of file -- cgit v1.2.3-1-g7c22