deps: Update Goldmark to v1.1.21
authorMatt Riggott <flother@users.noreply.github.com>
Wed, 15 Jan 2020 09:32:45 +0000 (09:32 +0000)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 15 Jan 2020 11:07:25 +0000 (12:07 +0100)
commitd3e8ab2e39dcc27853b163079f4a82364286fe82
tree18b0f49b7687631e652b5c0ea770f4424137e3ee
parentda814556567eab9ba0ac5fef5314c3ad5ee50ccd
deps: Update Goldmark to v1.1.21

This is the first version of Goldmark that supports all the
Smartypants-style typographic punctuation transformations. Now, a
straight single quote in the middle of a word is translated into a curly
quote (e.g. "that's" becomes "that&rsquo;s"). Earlier versions leave
them untouched. This brings Goldmark in line with Blackfriday.

Fixes #6571.
go.mod
go.sum
hugolib/page_test.go
markup/goldmark/convert_test.go