From de79636a8a146300436a184b443594528d43aafe Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Sat, 1 May 2021 14:57:39 +0200 Subject: [PATCH] Website: Moved remaining vendor files into `vendor` folder (#2829) --- .eslintrc.js | 1 - assets/{ => vendor}/prefixfree.min.js | 0 assets/{ => vendor}/utopia.js | 0 download.html | 4 ++-- examples.html | 4 ++-- extending.html | 4 ++-- faq.html | 4 ++-- index.html | 4 ++-- known-failures.html | 4 ++-- plugins/autolinker/index.html | 4 ++-- plugins/autoloader/index.html | 4 ++-- plugins/command-line/index.html | 4 ++-- plugins/copy-to-clipboard/index.html | 4 ++-- plugins/custom-class/index.html | 4 ++-- plugins/data-uri-highlight/index.html | 4 ++-- plugins/diff-highlight/index.html | 4 ++-- plugins/download-button/index.html | 4 ++-- plugins/file-highlight/index.html | 4 ++-- plugins/filter-highlight-all/index.html | 4 ++-- plugins/highlight-keywords/index.html | 4 ++-- plugins/index.html | 4 ++-- plugins/inline-color/index.html | 4 ++-- plugins/jsonp-highlight/index.html | 4 ++-- plugins/keep-markup/index.html | 4 ++-- plugins/line-highlight/index.html | 4 ++-- plugins/line-numbers/index.html | 4 ++-- plugins/match-braces/index.html | 4 ++-- plugins/normalize-whitespace/index.html | 4 ++-- plugins/previewers/index.html | 4 ++-- plugins/remove-initial-line-feed/index.html | 4 ++-- plugins/show-invisibles/index.html | 4 ++-- plugins/show-language/index.html | 4 ++-- plugins/toolbar/index.html | 4 ++-- plugins/treeview/index.html | 4 ++-- plugins/unescaped-markup/index.html | 12 ++++++------ plugins/wpd/index.html | 4 ++-- test-suite.html | 4 ++-- test.html | 4 ++-- 38 files changed, 74 insertions(+), 75 deletions(-) rename assets/{ => vendor}/prefixfree.min.js (100%) rename assets/{ => vendor}/utopia.js (100%) diff --git a/.eslintrc.js b/.eslintrc.js index c2fcc13f..06da4e11 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,7 +70,6 @@ module.exports = { ignorePatterns: [ '*.min.js', 'vendor/', - 'utopia.js', 'docs/', 'components.js', 'prism.js', diff --git a/assets/prefixfree.min.js b/assets/vendor/prefixfree.min.js similarity index 100% rename from assets/prefixfree.min.js rename to assets/vendor/prefixfree.min.js diff --git a/assets/utopia.js b/assets/vendor/utopia.js similarity index 100% rename from assets/utopia.js rename to assets/vendor/utopia.js diff --git a/download.html b/download.html index 677afa77..f83a4158 100644 --- a/download.html +++ b/download.html @@ -124,7 +124,7 @@ section.download { border-bottom-left-radius: 0; } - + @@ -172,7 +172,7 @@ section.download { - + diff --git a/examples.html b/examples.html index e1942a2b..6ce28fe6 100644 --- a/examples.html +++ b/examples.html @@ -43,7 +43,7 @@ ul { padding-left: 40px; } - + @@ -99,7 +99,7 @@ ul { - + diff --git a/extending.html b/extending.html index 35d7463a..eb6a561d 100644 --- a/extending.html +++ b/extending.html @@ -8,7 +8,7 @@ - + - + @@ -123,7 +123,7 @@ - + + @@ -318,7 +318,7 @@ const html = Prism.highlight(code, Prism.languages.haml, 'haml'); - + diff --git a/known-failures.html b/known-failures.html index 11e2cf80..fb4a5380 100644 --- a/known-failures.html +++ b/known-failures.html @@ -19,7 +19,7 @@ columns: 4; } - + @@ -374,7 +374,7 @@ not supported */ - + diff --git a/plugins/autolinker/index.html b/plugins/autolinker/index.html index 66127670..b4e4a282 100644 --- a/plugins/autolinker/index.html +++ b/plugins/autolinker/index.html @@ -9,7 +9,7 @@ - + @@ -56,7 +56,7 @@ Lea Verou http://lea.verou.me or, with Markdown, [Lea Verou](http://lea.verou.me - + diff --git a/plugins/autoloader/index.html b/plugins/autoloader/index.html index 6a8187f8..708be5e0 100644 --- a/plugins/autoloader/index.html +++ b/plugins/autoloader/index.html @@ -22,7 +22,7 @@ content: ' [Generating... ' attr(data-progress) '%]'; } - + @@ -141,7 +141,7 @@ a:hover { - + diff --git a/plugins/command-line/index.html b/plugins/command-line/index.html index bb16498d..04398bbb 100644 --- a/plugins/command-line/index.html +++ b/plugins/command-line/index.html @@ -9,7 +9,7 @@ - + @@ -96,7 +96,7 @@ d-r-- 10/14/2015 5:06 PM Videos - + diff --git a/plugins/copy-to-clipboard/index.html b/plugins/copy-to-clipboard/index.html index 60058c17..0abc5d49 100644 --- a/plugins/copy-to-clipboard/index.html +++ b/plugins/copy-to-clipboard/index.html @@ -9,7 +9,7 @@ - + @@ -202,7 +202,7 @@ - + diff --git a/plugins/custom-class/index.html b/plugins/custom-class/index.html index f453e15f..ec94c122 100644 --- a/plugins/custom-class/index.html +++ b/plugins/custom-class/index.html @@ -8,7 +8,7 @@ - + @@ -178,7 +178,7 @@ a::after { - + diff --git a/plugins/data-uri-highlight/index.html b/plugins/data-uri-highlight/index.html index 30b581b5..0c986aae 100644 --- a/plugins/data-uri-highlight/index.html +++ b/plugins/data-uri-highlight/index.html @@ -9,7 +9,7 @@ - + @@ -46,7 +46,7 @@ - + diff --git a/plugins/diff-highlight/index.html b/plugins/diff-highlight/index.html index c0d6d887..d94f9c3d 100644 --- a/plugins/diff-highlight/index.html +++ b/plugins/diff-highlight/index.html @@ -9,7 +9,7 @@ - + @@ -91,7 +91,7 @@ - + diff --git a/plugins/download-button/index.html b/plugins/download-button/index.html index d0236bc1..2f7c29c9 100644 --- a/plugins/download-button/index.html +++ b/plugins/download-button/index.html @@ -9,7 +9,7 @@ - + @@ -44,7 +44,7 @@ - + diff --git a/plugins/file-highlight/index.html b/plugins/file-highlight/index.html index 1b41d66a..7452bf75 100644 --- a/plugins/file-highlight/index.html +++ b/plugins/file-highlight/index.html @@ -8,7 +8,7 @@ - + @@ -49,7 +49,7 @@ - + diff --git a/plugins/filter-highlight-all/index.html b/plugins/filter-highlight-all/index.html index bca36e1a..58523c59 100644 --- a/plugins/filter-highlight-all/index.html +++ b/plugins/filter-highlight-all/index.html @@ -8,7 +8,7 @@ - + @@ -127,7 +127,7 @@ Prism.plugins.filterHighlightAll.add(function (env) { - + diff --git a/plugins/highlight-keywords/index.html b/plugins/highlight-keywords/index.html index c07ba4f6..bbce3657 100644 --- a/plugins/highlight-keywords/index.html +++ b/plugins/highlight-keywords/index.html @@ -8,7 +8,7 @@ - + - + @@ -66,7 +66,7 @@ a.not-a-class { - + diff --git a/plugins/jsonp-highlight/index.html b/plugins/jsonp-highlight/index.html index d281adf1..14b0278e 100644 --- a/plugins/jsonp-highlight/index.html +++ b/plugins/jsonp-highlight/index.html @@ -8,7 +8,7 @@ - + @@ -160,7 +160,7 @@ - + diff --git a/plugins/keep-markup/index.html b/plugins/keep-markup/index.html index 9075b58f..01d52692 100644 --- a/plugins/keep-markup/index.html +++ b/plugins/keep-markup/index.html @@ -22,7 +22,7 @@ } - + @@ -70,7 +70,7 @@ - + diff --git a/plugins/line-highlight/index.html b/plugins/line-highlight/index.html index 8ade641b..f06b5a53 100644 --- a/plugins/line-highlight/index.html +++ b/plugins/line-highlight/index.html @@ -10,7 +10,7 @@ - + @@ -90,7 +90,7 @@ - + diff --git a/plugins/line-numbers/index.html b/plugins/line-numbers/index.html index e1a1994f..a6c93b1a 100644 --- a/plugins/line-numbers/index.html +++ b/plugins/line-numbers/index.html @@ -9,7 +9,7 @@ - + @@ -75,7 +75,7 @@ line numbers - + diff --git a/plugins/match-braces/index.html b/plugins/match-braces/index.html index 9a0770fa..47fd9a8f 100644 --- a/plugins/match-braces/index.html +++ b/plugins/match-braces/index.html @@ -9,7 +9,7 @@ - + @@ -64,7 +64,7 @@ - + diff --git a/plugins/normalize-whitespace/index.html b/plugins/normalize-whitespace/index.html index bc2b0ab0..ce049d8f 100644 --- a/plugins/normalize-whitespace/index.html +++ b/plugins/normalize-whitespace/index.html @@ -21,7 +21,7 @@ } - + @@ -167,7 +167,7 @@ var html = Prism.highlight(code, Prism.languages.javascript); - + diff --git a/plugins/previewers/index.html b/plugins/previewers/index.html index cfefff6b..7dde3d97 100644 --- a/plugins/previewers/index.html +++ b/plugins/previewers/index.html @@ -9,7 +9,7 @@ - + @@ -220,7 +220,7 @@ time = 3s - + diff --git a/plugins/remove-initial-line-feed/index.html b/plugins/remove-initial-line-feed/index.html index 95490b28..172fc1e8 100644 --- a/plugins/remove-initial-line-feed/index.html +++ b/plugins/remove-initial-line-feed/index.html @@ -8,7 +8,7 @@ - + @@ -45,7 +45,7 @@ - + diff --git a/plugins/show-invisibles/index.html b/plugins/show-invisibles/index.html index 19138a0d..664a1b94 100644 --- a/plugins/show-invisibles/index.html +++ b/plugins/show-invisibles/index.html @@ -9,7 +9,7 @@ - + @@ -32,7 +32,7 @@ - + diff --git a/plugins/show-language/index.html b/plugins/show-language/index.html index 660f38f7..e947c72c 100644 --- a/plugins/show-language/index.html +++ b/plugins/show-language/index.html @@ -9,7 +9,7 @@ - + @@ -43,7 +43,7 @@ - + diff --git a/plugins/toolbar/index.html b/plugins/toolbar/index.html index e85db096..6c5b88c1 100644 --- a/plugins/toolbar/index.html +++ b/plugins/toolbar/index.html @@ -9,7 +9,7 @@ - + @@ -100,7 +100,7 @@ - + + @@ -75,7 +75,7 @@ - + diff --git a/plugins/unescaped-markup/index.html b/plugins/unescaped-markup/index.html index a0309096..c066d7cc 100644 --- a/plugins/unescaped-markup/index.html +++ b/plugins/unescaped-markup/index.html @@ -10,7 +10,7 @@ - + @@ -60,7 +60,7 @@ - + @@ -164,7 +164,7 @@ - + @@ -190,7 +190,7 @@ - + diff --git a/plugins/wpd/index.html b/plugins/wpd/index.html index 3cae97c4..0cb0b356 100644 --- a/plugins/wpd/index.html +++ b/plugins/wpd/index.html @@ -9,7 +9,7 @@ - + @@ -55,7 +55,7 @@ - + diff --git a/test-suite.html b/test-suite.html index 4fccf27c..79fed5e6 100644 --- a/test-suite.html +++ b/test-suite.html @@ -7,7 +7,7 @@ Running the test suite ▲ Prism - + @@ -207,7 +207,7 @@ This is a comment explaining this test case. - + diff --git a/test.html b/test.html index a3399c39..0f363e8b 100644 --- a/test.html +++ b/test.html @@ -130,7 +130,7 @@ pre.show-tokens { } - + @@ -171,7 +171,7 @@ pre.show-tokens { - +