Skip to content

Commit

Permalink
change isJupyterPercentScript to isJuliaPercentScript
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Jan 14, 2025
1 parent 419c313 commit 18aefad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execute/julia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const juliaEngine: ExecutionEngine = {
},

markdownForFile(file: string): Promise<MappedString> {
if (isJupyterPercentScript(file)) {
if (isJuliaPercentScript(file)) {
return Promise.resolve(
asMappedString(markdownFromJupyterPercentScript(file)),
);
Expand Down

0 comments on commit 18aefad

Please sign in to comment.