diff --git a/tests/e2e/__snapshots__/include-toc.test.ts.snap b/tests/e2e/__snapshots__/include-toc.test.ts.snap
index 986277f4..ec4d957b 100644
--- a/tests/e2e/__snapshots__/include-toc.test.ts.snap
+++ b/tests/e2e/__snapshots__/include-toc.test.ts.snap
@@ -1,6 +1,20 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Include toc Nested toc inclusions with mixed including modes 1`] = `"["product1/_includes/inc.md","product1/article1.md","product1/toc.yaml","product2/overlay1/_includes/inc.md","product2/overlay1/article1.md","product2/overlay2/_includes/inc.md","product2/overlay2/article1.md","product2/overlay3/_includes/inc.md","product2/overlay3/article1.md","product2/p2.md","product2/toc.yaml"]"`;
+exports[`Include toc Nested toc inclusions with mixed including modes 1`] = `
+"[
+ "product1/_includes/inc.md",
+ "product1/article1.md",
+ "product1/toc.yaml",
+ "product2/overlay1/_includes/inc.md",
+ "product2/overlay1/article1.md",
+ "product2/overlay2/_includes/inc.md",
+ "product2/overlay2/article1.md",
+ "product2/overlay3/_includes/inc.md",
+ "product2/overlay3/article1.md",
+ "product2/p2.md",
+ "product2/toc.yaml"
+]"
+`;
exports[`Include toc Nested toc inclusions with mixed including modes 2`] = `
"---
@@ -112,7 +126,14 @@ deepBase: 1
"
`;
-exports[`Include toc Toc is included in link mode 1`] = `"["a1.md","folder1/a1.md","folder1/folder2/a1.md","toc.yaml"]"`;
+exports[`Include toc Toc is included in link mode 1`] = `
+"[
+ "a1.md",
+ "folder1/a1.md",
+ "folder1/folder2/a1.md",
+ "toc.yaml"
+]"
+`;
exports[`Include toc Toc is included in link mode 2`] = `
"This is the /a1.md file content.
@@ -146,7 +167,21 @@ deepBase: 0
"
`;
-exports[`Include toc Toc is included inline, not as a new section 1`] = `"[".yfm","file1.md","fileA.md","fileB.md","fileC.md","fileX.md","folder/fileA.md","folder/fileB.md","folder/fileC.md","folder/folder/fileC.md","toc.yaml"]"`;
+exports[`Include toc Toc is included inline, not as a new section 1`] = `
+"[
+ ".yfm",
+ "file1.md",
+ "fileA.md",
+ "fileB.md",
+ "fileC.md",
+ "fileX.md",
+ "folder/fileA.md",
+ "folder/fileB.md",
+ "folder/fileC.md",
+ "folder/folder/fileC.md",
+ "toc.yaml"
+]"
+`;
exports[`Include toc Toc is included inline, not as a new section 2`] = `
"applyPresets: true
@@ -261,7 +296,13 @@ deepBase: 0
"
`;
-exports[`Include toc Toc with expressions 1`] = `"["a1.md","index.yaml","toc.yaml"]"`;
+exports[`Include toc Toc with expressions 1`] = `
+"[
+ "a1.md",
+ "index.yaml",
+ "toc.yaml"
+]"
+`;
exports[`Include toc Toc with expressions 2`] = `
"This is the /a1.md file content.
diff --git a/tests/e2e/__snapshots__/load-custom-resources.spec.ts.snap b/tests/e2e/__snapshots__/load-custom-resources.spec.ts.snap
index 0c2b41eb..cf882252 100644
--- a/tests/e2e/__snapshots__/load-custom-resources.spec.ts.snap
+++ b/tests/e2e/__snapshots__/load-custom-resources.spec.ts.snap
@@ -1,6 +1,25 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
-exports[`Allow load custom resources md2html single page with custom resources 1`] = `"["_assets/script/test1.js","_assets/style/test.css","_bundle/112.js","_bundle/829.js","_bundle/934.js","_bundle/998.js","_bundle/app.css","_bundle/app.js","_bundle/app.rtl.css","_bundle/extensions_search_lib_worker_index_js.js","_bundle/react.js","_bundle/search.js","_bundle/vendor.css","_bundle/vendor.js","_bundle/vendor.rtl.css","_bundle/vendors-node_modules_lunr_lunr_js.js","index.html","page.html","project/config.html","single-page.html","single-page.json"]"`;
+exports[`Allow load custom resources md2html single page with custom resources 1`] = `
+"[
+ "_assets/script/test1.js",
+ "_assets/style/test.css",
+ "_bundle/search-async-0",
+ "_bundle/app-css-1",
+ "_bundle/app-js-1",
+ "_bundle/search-css-2",
+ "_bundle/search-js-0",
+ "_bundle/search-js-1",
+ "_bundle/search-css-0",
+ "_bundle/search-js-2",
+ "_bundle/search-css-1",
+ "index.html",
+ "page.html",
+ "project/config.html",
+ "single-page.html",
+ "single-page.json"
+]"
+`;
exports[`Allow load custom resources md2html single page with custom resources 2`] = `
@@ -29,11 +48,11 @@ exports[`Allow load custom resources md2html single page with custom resources 2