Skip to content

Commit

Permalink
Merge pull request #3502 from vespa-engine/laura/VESPANG-28814
Browse files Browse the repository at this point in the history
self host showdown library inside playground
  • Loading branch information
lperry25 authored Nov 27, 2024
2 parents 75bbcc1 + 8bdd18a commit f9d65d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<script src="/playground/js/playground.js" defer></script>
<script src="/playground/js/d3.min.js" charset="utf-8"></script>
<script src="/playground/js/lz-string.min.js" language="javascript"></script>
<script src="https://cdn.rawgit.com/showdownjs/showdown/1.7.1/dist/showdown.min.js" language="javascript"></script>
<script src="/playground/js/showdown.min.js" language="javascript"></script>
</head>

<body onload="main();">
Expand Down
Loading

0 comments on commit f9d65d5

Please sign in to comment.