Skip to content

Commit

Permalink
Merge pull request #760 from quarto-dev/fix-pagebreak-revert
Browse files Browse the repository at this point in the history
Fix pagebreak feature that currently broke last quarto release for qmd with knitr
  • Loading branch information
jjallaire authored Apr 29, 2022
2 parents 4c2f4b8 + 5275f08 commit c180e97
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 @@ -139,6 +139,7 @@ function inlineFilters(config: Configuration) {
{ name: "layout" },
{ name: "quarto-post" },
{ name: "authors" },
{ name: "pagebreak", dir: "rmarkdown" },
];

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

0 comments on commit c180e97

Please sign in to comment.