Skip to content

Commit cd19649

Browse files
committed
Change CDN
1 parent 4c45804 commit cd19649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/plugins/showdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const EasyCoder_Showdown = {
2121
run: program => {
2222
const command = program[program.pc];
2323
if (typeof showdown === `undefined`) {
24-
program.require(`js`, `https://cdn.rawgit.com/showdownjs/showdown/1.9.1/dist/showdown.min.js`,
24+
program.require(`js`, `https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js`,
2525
() => {
2626
EasyCoder_Showdown.setupExtension();
2727
program.run(command.pc + 1);

0 commit comments

Comments
 (0)