diff test.html @ 2901:4028cf5afef1

Fix rogue showdown
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 19 Jul 2017 14:10:22 +0100
parents 84be0f28044d
children 81f17b7bfe82
line wrap: on
line diff
--- a/test.html	Fri Jul 14 15:39:24 2017 +0100
+++ b/test.html	Wed Jul 19 14:10:22 2017 +0100
@@ -17,7 +17,7 @@
     <link rel='stylesheet' type='text/css' href='css/core.css'>
     <!-- Use jQuery hosted from Google CDN -->
     <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>-->
-    <script type="text/javascript" src="https://cdn.rawgit.com/showdownjs/showdown/1.6.0/dist/showdown.min.js"></script>
+    <script type="text/javascript" src="js/showdown.min.js"></script>
     <script type="text/javascript" src="js/jquery-2.1.4.js"></script>
     <script type="text/javascript" src="js/loader.js"></script>
 </head>