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 --- packages/markdown/marked/test/new/relative_urls.md | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 packages/markdown/marked/test/new/relative_urls.md (limited to 'packages/markdown/marked/test/new/relative_urls.md') diff --git a/packages/markdown/marked/test/new/relative_urls.md b/packages/markdown/marked/test/new/relative_urls.md deleted file mode 100644 index 5ced8915..00000000 --- a/packages/markdown/marked/test/new/relative_urls.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -baseUrl: "http://example.com/base/" ---- -# Absolutization of RFC 3986 URIs - -## Absolute URI -[![section 4.3](http://example.com/logo)](http://example.com/) - -## Network-path reference -[![section 4.2](//example.com/logo)](//example.com/) - -## Absolute path -[![section 4.2](/path/to/img)](/path/to/content) - -## Relative path -[![section 4.2](img)](content) - -## Dot-relative path -[![section 3.3](./img)](./content) - -[![section 3.3](../img)](../content) - -## Same-document query -[![section 4.4](?type=image)](?) - -## Same-document fragment -[![section 4.4](#img)](#) - -## Empty -[section 4.2]() -- cgit v1.2.3-1-g7c22