22
33exports [` Include toc > Nested toc inclusions with mixed including modes > filelist 1` ] = `
44"[
5- "product1/_includes/inc-hash.md",
65 "product1/article1.md",
76 "product1/toc.yaml",
8- "product2/overlay1/_includes/inc-hash.md",
97 "product2/overlay1/article1.md",
10- "product2/overlay2/_includes/inc-hash.md",
118 "product2/overlay2/article1.md",
12- "product2/overlay3/_includes/inc-hash.md",
139 "product2/overlay3/article1.md",
1410 "product2/p2.md",
1511 "product2/toc.yaml"
1612]"
1713` ;
1814
19- exports [` Include toc > Nested toc inclusions with mixed including modes 1` ] = ` "This is the core include."` ;
20-
21- exports [` Include toc > Nested toc inclusions with mixed including modes 2` ] = `
15+ exports [` Include toc > Nested toc inclusions with mixed including modes 1` ] = `
2216"---
2317metadata:
2418 - name: generator
2519 content: Diplodoc Platform vDIPLODOC-VERSION
2620---
2721This is the core content of Article 1.
2822
29- { % include [x ](_includes / inc - hash .md ) % }
23+ This is the core include.
24+ "
25+ ` ;
26+
27+ exports [` Include toc > Nested toc inclusions with mixed including modes 2` ] = `
28+ "title: Product 1 title
29+ items:
30+ - name: Article1
31+ href: article1.md
32+ path: product1/toc.yaml
3033"
3134` ;
3235
@@ -52,66 +55,45 @@ path: toc.yaml
5255` ;
5356
5457exports [` Include toc > Nested toc inclusions with mixed including modes 3` ] = `
55- "title: Product 1 title
56- items:
57- - name: Article1
58- href: article1.md
59- path: product1/toc.yaml
60- "
61- ` ;
62-
63- exports [` Include toc > Nested toc inclusions with mixed including modes 4` ] = `
64- "This is the core include.
65- "
66- ` ;
67-
68- exports [` Include toc > Nested toc inclusions with mixed including modes 5` ] = `
6958"---
7059metadata:
7160 - name: generator
7261 content: Diplodoc Platform vDIPLODOC-VERSION
7362---
7463This is the overlay content of Article 1 for product 2.
7564
76- { % include [x ](_includes / inc - hash .md ) % }
77- "
78- ` ;
65+ This is the core include.
7966
80- exports [` Include toc > Nested toc inclusions with mixed including modes 6` ] = `
81- "This is the core include.
8267"
8368` ;
8469
85- exports [` Include toc > Nested toc inclusions with mixed including modes 7 ` ] = `
70+ exports [` Include toc > Nested toc inclusions with mixed including modes 4 ` ] = `
8671"---
8772metadata:
8873 - name: generator
8974 content: Diplodoc Platform vDIPLODOC-VERSION
9075---
9176This is the overlay number #2 of Article 1 content for product 2.
9277
93- { % include [x ](_includes / inc - hash .md ) % }
94- "
95- ` ;
78+ This is the core include.
9679
97- exports [` Include toc > Nested toc inclusions with mixed including modes 8` ] = `
98- "This is the core include.
9980"
10081` ;
10182
102- exports [` Include toc > Nested toc inclusions with mixed including modes 9 ` ] = `
83+ exports [` Include toc > Nested toc inclusions with mixed including modes 5 ` ] = `
10384"---
10485metadata:
10586 - name: generator
10687 content: Diplodoc Platform vDIPLODOC-VERSION
10788---
10889This is the core content of Article 1.
10990
110- { % include [x ](_includes / inc - hash .md ) % }
91+ This is the core include.
92+
11193"
11294` ;
11395
114- exports [` Include toc > Nested toc inclusions with mixed including modes 10 ` ] = `
96+ exports [` Include toc > Nested toc inclusions with mixed including modes 6 ` ] = `
11597"---
11698metadata:
11799 - name: generator
@@ -123,7 +105,7 @@ Check here link to [Article1 overlay 1](overlay1/article1.md)
123105Check here link to [Article1 overlay 2](overlay2/article1.md)"
124106` ;
125107
126- exports [` Include toc > Nested toc inclusions with mixed including modes 11 ` ] = `
108+ exports [` Include toc > Nested toc inclusions with mixed including modes 7 ` ] = `
127109"title: Product 2 title
128110items:
129111 - name: P2 Article
0 commit comments