Skip to content

Commit 5edc96d

Browse files
committed
Add leveloneanalysis.lua to bundled lua filter
Follow up on #11841 Otherwise filter is not found by bundled version (but test passes because dev version works)
1 parent 7738833 commit 5edc96d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/src/common/prepare-dist.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ function inlineFilters(config: Configuration) {
238238
{ name: "crossref" },
239239
{ name: "customwriter" },
240240
{ name: "qmd-reader", dir: "." },
241+
{ name: "leveloneanalysis", dir: "quarto-internals"}
241242
];
242243

243244
filtersToInline.forEach((filter) => {

0 commit comments

Comments
 (0)