We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914439a commit 7f9c618Copy full SHA for 7f9c618
src/lib/output/renderer.ts
@@ -53,14 +53,14 @@ export interface RendererHooks {
53
/**
54
* Applied immediately before the main template.
55
*/
56
- "content.begin": [DefaultThemeRenderContext];
+ "content.begin": [DefaultThemeRenderContext];
57
58
- /**
59
- * Applied immediately after the main template.
60
- */
61
- "content.end": [DefaultThemeRenderContext];
+ /**
+ * Applied immediately after the main template.
+ */
+ "content.end": [DefaultThemeRenderContext];
62
63
64
* Applied immediately before calling `context.navigation`.
65
66
"navigation.begin": [DefaultThemeRenderContext];
0 commit comments