deno.land / x / lume@v2.1.4 / tests / __snapshots__ / reading_info.ts.snap

reading_info.ts.snap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
export const snapshot = {};
snapshot[`Reading info plugin 1`] = `{ formats: [ { engines: 1, ext: ".tmpl.ts", pageLoader: [AsyncFunction: module], }, { engines: 1, ext: ".tmpl.js", pageLoader: [AsyncFunction: module], }, { engines: undefined, ext: ".tmpl.jsonc", pageLoader: [AsyncFunction: json], }, { engines: undefined, ext: ".tmpl.json", pageLoader: [AsyncFunction: json], }, { dataLoader: [AsyncFunction: json], engines: undefined, ext: ".json", }, { dataLoader: [AsyncFunction: json], engines: undefined, ext: ".jsonc", }, { engines: 1, ext: ".md", pageLoader: [AsyncFunction: text], }, { engines: 1, ext: ".markdown", pageLoader: [AsyncFunction: text], }, { componentLoader: [AsyncFunction: module], dataLoader: [AsyncFunction: module], engines: 1, ext: ".js", }, { componentLoader: [AsyncFunction: module], dataLoader: [AsyncFunction: module], engines: 1, ext: ".ts", }, { componentLoader: [AsyncFunction: text], engines: 1, ext: ".njk", includesPath: "_includes", pageLoader: [AsyncFunction: text], }, { dataLoader: [AsyncFunction: yaml], engines: undefined, ext: ".yaml", pageLoader: [AsyncFunction: yaml], }, { dataLoader: [AsyncFunction: yaml], engines: undefined, ext: ".yml", pageLoader: [AsyncFunction: yaml], }, ], src: [ "/", "/_includes", "/_includes/layout.njk", "/page.md", ],}`;
snapshot[`Reading info plugin 2`] = `[]`;
snapshot[`Reading info plugin 3`] = `[ { content: '<!DOCTYPE html><html> <body> <p>Leverage agile frameworks to provide a robust synopsis for high level overviews.Iterative approaches to corporate strategy foster collaborative thinking tofurther the overall value proposition. Organically grow the holistic world viewof disruptive innovation via workplace diversity and empowerment.</p><!--more--><pre><code class="language-js">// this is a commandfunction myCommand() { let counter = 0; counter++;}
// Test with a line break above this line.console.log(&quot;Test&quot;);</code></pre><p>Bring to the table win-win survival strategies to ensure proactive domination.At the end of the day, going forward, a new normal that has evolved fromgeneration X is on the runway heading towards a streamlined cloud solution. Usergenerated content in real-time will have multiple touchpoints for offshoring.</p><h2>Section Header</h2><p>Capitalize on low hanging fruit to identify a ballpark value added activity tobeta test. Override the digital divide with additional clickthroughs fromDevOps. Nanotechnology immersion along the information highway will close theloop on focusing solely on the bottom line.</p>

<footer> Reading time: 34255<br> Reading minutes: 1<br> Words count: 157<br> </footer> </body></html>', data: { author: "Óscar Otero", children: '<p>Leverage agile frameworks to provide a robust synopsis for high level overviews.Iterative approaches to corporate strategy foster collaborative thinking tofurther the overall value proposition. Organically grow the holistic world viewof disruptive innovation via workplace diversity and empowerment.</p><!--more--><pre><code class="language-js">// this is a commandfunction myCommand() { let counter = 0; counter++;}
// Test with a line break above this line.console.log(&quot;Test&quot;);</code></pre><p>Bring to the table win-win survival strategies to ensure proactive domination.At the end of the day, going forward, a new normal that has evolved fromgeneration X is on the runway heading towards a streamlined cloud solution. Usergenerated content in real-time will have multiple touchpoints for offshoring.</p><h2>Section Header</h2><p>Capitalize on low hanging fruit to identify a ballpark value added activity tobeta test. Override the digital divide with additional clickthroughs fromDevOps. Nanotechnology immersion along the information highway will close theloop on focusing solely on the bottom line.</p>', content: 'Leverage agile frameworks to provide a robust synopsis for high level overviews.Iterative approaches to corporate strategy foster collaborative thinking tofurther the overall value proposition. Organically grow the holistic world viewof disruptive innovation via workplace diversity and empowerment.
<!--more-->\`\`\`js// this is a commandfunction myCommand() { let counter = 0; counter++;}
// Test with a line break above this line.console.log("Test");\`\`\`
Bring to the table win-win survival strategies to ensure proactive domination.At the end of the day, going forward, a new normal that has evolved fromgeneration X is on the runway heading towards a streamlined cloud solution. Usergenerated content in real-time will have multiple touchpoints for offshoring.
## Section Header
Capitalize on low hanging fruit to identify a ballpark value added activity tobeta test. Override the digital divide with additional clickthroughs fromDevOps. Nanotechnology immersion along the information highway will close theloop on focusing solely on the bottom line.', date: [], layout: "layout.njk", mergedKeys: [ "tags", ], page: [ "src", "data", ], paginate: "paginate", readingInfo: [ "words", "minutes", "time", ], search: [], tags: "Array(0)", title: "This is my first post", url: "/page/", }, src: { asset: undefined, ext: ".md", path: "/page", remote: undefined, slug: "page", }, },]`;
lume

Version Info

Tagged at
7 months ago