diff options
author | Elliott Sales de Andrade <[email protected]> | 2020-03-18 22:16:00 -0400 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-03-19 12:26:19 +0100 |
commit | 52c159c452ab7f48369b5cc9ecc57ecc8dc91654 (patch) | |
tree | dd04d374a15e30a214d9e4550e22486adf529166 /markup | |
parent | c7b6d74e898c78da9f5e272e528ff9654206576e (diff) | |
download | hugo-52c159c452ab7f48369b5cc9ecc57ecc8dc91654.tar.gz hugo-52c159c452ab7f48369b5cc9ecc57ecc8dc91654.zip |
Update to goldmark 1.1.25.
This fixes a bug, so there's a small change to tests.
Diffstat (limited to 'markup')
-rw-r--r-- | markup/goldmark/convert_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/convert_test.go b/markup/goldmark/convert_test.go index 7714933fd..4264f2268 100644 --- a/markup/goldmark/convert_test.go +++ b/markup/goldmark/convert_test.go @@ -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 “quotes” and single ‘quotes’`) c.Assert(got, qt.Contains, `Dashes (“–” and “—”) `) |