Skip to content

Commit

Permalink
Revert script links so they still use CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 3, 2018
1 parent ab89d59 commit feeeee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.html
Expand Up @@ -171,7 +171,9 @@ <h1>Marked.js Documentation</h1>
<div id="content"></div>
</div>
</div>
<script src="../lib/marked.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/es6-promise/dist/es6-promise.js"></script>
<script src="https://cdn.jsdelivr.net/npm/unfetch/dist/unfetch.umd.js"></script>
<script>
if (!window.Promise) {
window.Promise = ES6Promise;
Expand Down

0 comments on commit feeeee5

Please sign in to comment.