Skip to content

Commit

Permalink
Merge pull request #11859 from quarto-dev/fix/add-leveloneanalysis-to…
Browse files Browse the repository at this point in the history
…-bundle

Add `leveloneanalysis.lua` to bundled lua filter
  • Loading branch information
cscheid authored Jan 14, 2025
2 parents 7738833 + 5edc96d commit cfec799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/common/prepare-dist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ function inlineFilters(config: Configuration) {
{ name: "crossref" },
{ name: "customwriter" },
{ name: "qmd-reader", dir: "." },
{ name: "leveloneanalysis", dir: "quarto-internals"}
];

filtersToInline.forEach((filter) => {
Expand Down

0 comments on commit cfec799

Please sign in to comment.