We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb1f12 commit a25a1a7Copy full SHA for a25a1a7
src/core/handlers/embed.ts
@@ -62,8 +62,7 @@ const kHandlers: EmbedHandler[] = [
62
handled: true,
63
markdownFragments,
64
resources: [
65
- // Narrow fix for https://github.com/quarto-dev/quarto-cli/issues/9224
66
- notebookAddress.path.replaceAll("\\_", "\\\\_"),
+ notebookAddress.path,
67
],
68
});
69
} else {
0 commit comments