Bump up goldmark

This commit is contained in:
yuin 2024-06-15 19:14:38 +09:00
parent 568c4f75d9
commit 55651102a8
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.0";
const goldmarkVersion = "v1.7.2";
const optionNames = [
"optTableExtension",
@ -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">

View file

@ -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

View file

@ -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=