Skip to content

Commit a25a1a7

Browse files
committed
revert bad fix
1 parent ecb1f12 commit a25a1a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/handlers/embed.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ const kHandlers: EmbedHandler[] = [
6262
handled: true,
6363
markdownFragments,
6464
resources: [
65-
// Narrow fix for https://github.com/quarto-dev/quarto-cli/issues/9224
66-
notebookAddress.path.replaceAll("\\_", "\\\\_"),
65+
notebookAddress.path,
6766
],
6867
});
6968
} else {

0 commit comments

Comments
 (0)