Skip to content

Commit a680ee0

Browse files
committed
include init in prepare-dist
1 parent 82dded6 commit a680ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/src/common/prepare-dist.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,12 @@ function inlineFilters(config: Configuration) {
138138
info("Building inlined filters");
139139
const outDir = join(config.directoryInfo.share, "filters");
140140
const filtersToInline: Filter[] = [
141+
{ name: "quarto-init" },
142+
{ name: "authors" },
141143
{ name: "quarto-pre" },
142144
{ name: "crossref" },
143145
{ name: "layout" },
144146
{ name: "quarto-post" },
145-
{ name: "authors" },
146147
{ name: "pagebreak", dir: "rmarkdown" },
147148
{ name: "quarto-finalize" },
148149
];

0 commit comments

Comments
 (0)