Skip to content

Commit

Permalink
codedown: 2.1.5 -> 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Oct 12, 2024
1 parent 9e52c0a commit ea8526b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/codedown.js"></script>
<script type="text/javascript">
window.module = {};
window.require = function () {};
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/marked.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/minimatch.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/codedown.js"></script>
<script type="text/javascript">
function demo() {
var src = document.getElementById('src').value;
Expand Down

0 comments on commit ea8526b

Please sign in to comment.