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 4c45804 commit cd19649Copy full SHA for cd19649
js/plugins/showdown.js
@@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
21
run: program => {
22
const command = program[program.pc];
23
if (typeof showdown === `undefined`) {
24
- program.require(`js`, `https://cdn.rawgit.com/showdownjs/showdown/1.9.1/dist/showdown.min.js`,
+ program.require(`js`, `https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js`,
25
() => {
26
EasyCoder_Showdown.setupExtension();
27
program.run(command.pc + 1);
0 commit comments