Bump up goldmark version

This commit is contained in:
yuin 2024-10-15 19:23:13 +09:00
parent a7d228d293
commit a2edb2197b
4 changed files with 5 additions and 3 deletions

View file

@ -8,7 +8,7 @@
<script>
const $ = (id) => document.getElementById(id);
const $$ = (q) => document.querySelector(q);
const goldmarkVersion = "v1.7.6";
const goldmarkVersion = "v1.7.7";
const optionNames = [
"optTableExtension",
@ -137,7 +137,7 @@
</head>
<body>
<h1>goldmark@v1.7.6 playground</h1>
<h1>goldmark@v1.7.7 playground</h1>
<section id="message">
</section>
<div id="container">

View file

@ -2,4 +2,4 @@ module main
go 1.21.5
require github.com/yuin/goldmark v1.7.6 // indirect
require github.com/yuin/goldmark v1.7.7 // indirect

View file

@ -8,3 +8,5 @@ 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=
github.com/yuin/goldmark v1.7.7 h1:5m9rrB1sW3JUMToKFQfb+FGt1U7r57IHu5GrYrG2nqU=
github.com/yuin/goldmark v1.7.7/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=