mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
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’s"). Earlier versions leave them untouched. This brings Goldmark in line with Blackfriday. Fixes #6571.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
da81455656
commit
d3e8ab2e39
2
go.mod
2
go.mod
@@ -52,7 +52,7 @@ require (
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/spf13/viper v1.6.1
|
||||
github.com/tdewolff/minify/v2 v2.7.0
|
||||
github.com/yuin/goldmark v1.1.20
|
||||
github.com/yuin/goldmark v1.1.21
|
||||
github.com/yuin/goldmark-highlighting v0.0.0-20191202084645-78f32c8dd6d5
|
||||
go.opencensus.io v0.22.0 // indirect
|
||||
gocloud.dev v0.15.0
|
||||
|
Reference in New Issue
Block a user