Skip to content

Commit 7f65fda

Browse files
committed
fix else condition
1 parent 3bc8443 commit 7f65fda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/command/render/filters.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,8 @@ async function quartoFilterParams(
610610
params[kShortcodes] = shortcodes.map((p) => {
611611
if (p.startsWith("/")) {
612612
return resolve(join(options.project.dir, p));
613+
} else {
614+
return p;
613615
}
614616
});
615617
}

0 commit comments

Comments
 (0)