hugo/markup/goldmark
Matt Riggott d3e8ab2e39 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.
2020-01-15 12:07:25 +01:00
..
goldmark_config markup/goldmark: Add an optional Blackfriday auto ID strategy 2020-01-05 11:56:05 +01:00
autoid.go markup/goldmark: Adjust auto ID space handling 2020-01-05 15:58:14 +01:00
autoid_test.go markup/goldmark: Adjust auto ID space handling 2020-01-05 15:58:14 +01:00
convert.go markup/goldmark: Add an optional Blackfriday auto ID strategy 2020-01-05 11:56:05 +01:00
convert_test.go deps: Update Goldmark to v1.1.21 2020-01-15 12:07:25 +01:00
render_link.go Preserve HTML Text for image render hooks 2019-12-19 19:02:03 +01:00
toc.go markup: Add typographic chars from goldmark to toc 2019-12-10 23:48:44 +01:00
toc_test.go markup/tableofcontents: Add config option for ordered list 2019-12-12 07:48:40 +01:00