We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7738833 + 5edc96d commit cfec799Copy full SHA for cfec799
1 file changed
package/src/common/prepare-dist.ts
@@ -238,6 +238,7 @@ function inlineFilters(config: Configuration) {
238
{ name: "crossref" },
239
{ name: "customwriter" },
240
{ name: "qmd-reader", dir: "." },
241
+ { name: "leveloneanalysis", dir: "quarto-internals"}
242
];
243
244
filtersToInline.forEach((filter) => {
0 commit comments