Update to goldmark 1.1.25.
authorElliott Sales de Andrade <quantum.analyst@gmail.com>
Thu, 19 Mar 2020 02:16:00 +0000 (22:16 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 19 Mar 2020 11:26:19 +0000 (12:26 +0100)
This fixes a bug, so there's a small change to tests.

go.mod
go.sum
markup/goldmark/convert_test.go

diff --git a/go.mod b/go.mod
index e74f2a66d0b7aa68c1c055d45bc6e8a82f807f50..5c011d104b13e6d7986e57cdd3d9cd57c4e6239b 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -50,7 +50,7 @@ require (
        github.com/spf13/pflag v1.0.5
        github.com/spf13/viper v1.6.1
        github.com/tdewolff/minify/v2 v2.6.1
-       github.com/yuin/goldmark v1.1.22
+       github.com/yuin/goldmark v1.1.25
        github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f
        go.opencensus.io v0.22.0 // indirect
        go.uber.org/atomic v1.4.0
diff --git a/go.sum b/go.sum
index 9fe03153615f334f9c9c8e128919e705c3122619..583ba064d4eb1ba4caca94d6c0f25778105d24c5 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -366,10 +366,10 @@ github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhe
 github.com/xdg/stringprep v1.0.0/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y=
 github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
 github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
-github.com/yuin/goldmark v1.1.7 h1:XiwWADvxJeIM1JbXqthrEhDc19hTMui+o+QaY1hGXlk=
-github.com/yuin/goldmark v1.1.7/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark v1.1.22 h1:0e0f6Zee9SAQ5yOZGNMWaOxqVvcc/9/kUWu/Kl91Jk8=
 github.com/yuin/goldmark v1.1.22/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
+github.com/yuin/goldmark v1.1.25 h1:isv+Q6HQAmmL2Ofcmg8QauBmDPlUUnSoNhEcC940Rds=
+github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5 h1:QbH7ca1qtgZHrzvcVAEoiJIwBqrXxMOfHYfwZIniIK0=
 github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5/go.mod h1:4QGn5rJFOASBa2uK4Q2h3BRTyJqRfsAucPFIipSTcaM=
 github.com/yuin/goldmark-highlighting v0.0.0-20200218065240-d1af22c1126f h1:5295skDVJn90SXIYI22jOMeR9XbnuN76y/V1m9N8ITQ=
index 7714933fd0e8e67f2b39aa184a656a04f869714c..4264f2268e04eb3e9c105609fba6d9fa90d9ac74 100644 (file)
@@ -149,7 +149,7 @@ description
        c.Assert(got, qt.Contains, `Autolink: <a href="https://gohugo.io/">https://gohugo.io/</a>`)
        c.Assert(got, qt.Contains, `Strikethrough:<del>Hi</del> Hello, world`)
        c.Assert(got, qt.Contains, `<th>foo</th>`)
-       c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox">Push my commits to GitHub</li>`)
+       c.Assert(got, qt.Contains, `<li><input disabled="" type="checkbox"> Push my commits to GitHub</li>`)
 
        c.Assert(got, qt.Contains, `Straight double &ldquo;quotes&rdquo; and single &lsquo;quotes&rsquo;`)
        c.Assert(got, qt.Contains, `Dashes (“&ndash;” and “&mdash;”) `)