We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dded6 commit a680ee0Copy full SHA for a680ee0
package/src/common/prepare-dist.ts
@@ -138,11 +138,12 @@ function inlineFilters(config: Configuration) {
138
info("Building inlined filters");
139
const outDir = join(config.directoryInfo.share, "filters");
140
const filtersToInline: Filter[] = [
141
+ { name: "quarto-init" },
142
+ { name: "authors" },
143
{ name: "quarto-pre" },
144
{ name: "crossref" },
145
{ name: "layout" },
146
{ name: "quarto-post" },
- { name: "authors" },
147
{ name: "pagebreak", dir: "rmarkdown" },
148
{ name: "quarto-finalize" },
149
];
0 commit comments