mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-23 04:16:25 -04:00

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.