hugo/markup/goldmark
Joe Mooring 58c0f5e617 Remove trailing hyphen from auto heading ID
Applicable when autoHeadingIDType is either `github` or `github-ascii`.

When autoHeadingIDType is `blackfriday`, the existing code removes
trailing whitespace while iterating through the characters, using
a boolean "futureDash" mechanism.

Fixes #6798
2020-07-05 14:13:02 +02:00
..
goldmark_config markup/goldmark: Add an optional Blackfriday auto ID strategy 2020-01-05 11:56:05 +01:00
autoid.go Remove trailing hyphen from auto heading ID 2020-07-05 14:13:02 +02:00
autoid_test.go Remove trailing hyphen from auto heading ID 2020-07-05 14:13:02 +02:00
convert.go Fix goldmark toc rendering 2020-02-22 18:06:30 +01:00
convert_test.go Update to goldmark 1.1.25. 2020-03-19 12:26:19 +01:00
render_hooks.go Add render template hooks for headings 2020-05-15 21:12:43 +02:00
toc.go Fix goldmark toc rendering 2020-02-22 18:06:30 +01:00
toc_test.go Fix goldmark toc rendering 2020-02-22 18:06:30 +01:00