Skip to content

Commit

Permalink
Bump goldmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Oct 12, 2024
1 parent fff6503 commit a7d228d
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.4";
const goldmarkVersion = "v1.7.6";

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

<body>
<h1>goldmark@v1.7.4 playground</h1>
<h1>goldmark@v1.7.6 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.4 // indirect
require github.com/yuin/goldmark v1.7.6 // indirect
2 changes: 2 additions & 0 deletions src/playground/wasm/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ github.com/yuin/goldmark v1.7.3 h1:fdk0a/y60GsS4NbEd13GSIP+d8OjtTkmluY32Dy1Z/A=
github.com/yuin/goldmark v1.7.3/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
github.com/yuin/goldmark v1.7.6 h1:cZgJxVh5mL5cu8KOnwxvFJy5TFB0BHUskZZyq7TYbDg=
github.com/yuin/goldmark v1.7.6/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=

0 comments on commit a7d228d

Please sign in to comment.