File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < script src ="https://cdn.jsdelivr.net/npm/monaco-editor@0.45 .0/min/vs/loader.js "> </ script >
1+ < script src ="https://cdn.jsdelivr.net/npm/monaco-editor@0.47 .0/min/vs/loader.js "> </ script >
22< script type ="module " id ="qwebr-monaco-editor-init ">
33
44 // Configure the Monaco Editor's loader
55 require . config ( {
66 paths : {
7- 'vs' : 'https://cdn.jsdelivr.net/npm/monaco-editor@0.45 .0/min/vs'
7+ 'vs' : 'https://cdn.jsdelivr.net/npm/monaco-editor@0.47 .0/min/vs'
88 }
99 } ) ;
1010</ script >
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ local function ensureWebRSetup()
401401 -- Embed Support Files to Avoid Resource Registration Issues
402402 -- Note: We're not able to use embed-resources due to the web assembly binary and the potential for additional service worker files.
403403 quarto .doc .include_text (" in-header" , [[
404- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/monaco-editor@0.45 .0/min/vs/editor/editor.main.css" />
404+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/monaco-editor@0.47 .0/min/vs/editor/editor.main.css" />
405405 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
406406 ]] )
407407
You can’t perform that action at this time.
0 commit comments