Skip to content

Commit

Permalink
Bump up goldmark
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Jun 15, 2024
1 parent 568c4f7 commit 5565110
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified docs/playground/goldmark-playground.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/playground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script>
const $ = (id) => document.getElementById(id);
const $$ = (q) => document.querySelector(q);
const goldmarkVersion = "v1.7.0";
const goldmarkVersion = "v1.7.2";

const optionNames = [
"optTableExtension",
Expand Down Expand Up @@ -137,7 +137,7 @@
</head>

<body>
<h1>goldmark@v1.7.0 playground</h1>
<h1>goldmark@v1.7.2 playground</h1>
<section id="message">
</section>
<div id="container">
Expand Down
2 changes: 1 addition & 1 deletion src/playground/wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module main

go 1.21.5

require github.com/yuin/goldmark v1.7.0 // indirect
require github.com/yuin/goldmark v1.7.2 // indirect
2 changes: 2 additions & 0 deletions src/playground/wasm/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
github.com/yuin/goldmark v1.7.0 h1:EfOIvIMZIzHdB/R/zVrikYLPPwJlfMcNczJFMs1m6sA=
github.com/yuin/goldmark v1.7.0/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark v1.7.2 h1:NjGd7lO7zrUn/A7eKwn5PEOt4ONYGqpxSEeZuduvgxc=
github.com/yuin/goldmark v1.7.2/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=

0 comments on commit 5565110

Please sign in to comment.