Bump up goldmark

This commit is contained in:
yuin 2024-06-25 23:35:10 +09:00
parent be3c5e6637
commit fff650369e
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.3";
const goldmarkVersion = "v1.7.4";
const optionNames = [
"optTableExtension",
@ -137,7 +137,7 @@
</head>
<body>
<h1>goldmark@v1.7.3 playground</h1>
<h1>goldmark@v1.7.4 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.3 // indirect
require github.com/yuin/goldmark v1.7.4 // indirect

View file

@ -4,3 +4,5 @@ github.com/yuin/goldmark v1.7.2 h1:NjGd7lO7zrUn/A7eKwn5PEOt4ONYGqpxSEeZuduvgxc=
github.com/yuin/goldmark v1.7.2/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
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=