Skip to content

Commit

Permalink
fix: restore output lifting
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jan 22, 2025
1 parent 89212a3 commit 0f6e96e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/myst-cli/src/process/mdast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import {
propagateBlockDataToCode,
transformBanner,
transformReduceOutputs,
transformLiftOutputs,
transformPlaceholderImages,
transformDeleteBase64UrlSource,
transformWebp,
Expand Down Expand Up @@ -388,6 +389,7 @@ export async function finalizeMdast(
transformReduceOutputs(session, mdast, file, imageWriteFolder, {
altOutputFolder: simplifyFigures ? undefined : imageAltOutputFolder,
});
transformLiftOutputs(mdast);
}
transformOutputsToFile(session, mdast, imageWriteFolder, {
altOutputFolder: simplifyFigures ? undefined : imageAltOutputFolder,
Expand Down

0 comments on commit 0f6e96e

Please sign in to comment.