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.
isJupyterPercentScript
isJuliaPercentScript
1 parent 419c313 commit 18aefadCopy full SHA for 18aefad
src/execute/julia.ts
@@ -118,7 +118,7 @@ export const juliaEngine: ExecutionEngine = {
118
},
119
120
markdownForFile(file: string): Promise<MappedString> {
121
- if (isJupyterPercentScript(file)) {
+ if (isJuliaPercentScript(file)) {
122
return Promise.resolve(
123
asMappedString(markdownFromJupyterPercentScript(file)),
124
);
0 commit comments