hugo/markup/goldmark
Bjørn Erik Pedersen b2a827c52c markup/goldmark: Fix mangling of headers/links in render hooks
```bash

name                    old time/op    new time/op    delta
SiteWithRenderHooks-10    11.9ms ± 1%    11.9ms ± 1%    ~     (p=0.486 n=4+4)

name                    old alloc/op   new alloc/op   delta
SiteWithRenderHooks-10    11.2MB ± 0%    11.3MB ± 0%  +0.16%  (p=0.029 n=4+4)

name                    old allocs/op  new allocs/op  delta
SiteWithRenderHooks-10      145k ± 0%      145k ± 0%  +0.14%  (p=0.029 n=4+4)
```

Fixes #9504
2022-02-16 17:46:30 +01:00
..
goldmark_config
internal/extensions/attributes
autoid.go
autoid_test.go
convert.go markup/goldmark: Fix mangling of headers/links in render hooks 2022-02-16 17:46:30 +01:00
convert_test.go
integration_test.go markup/goldmark: Fix mangling of headers/links in render hooks 2022-02-16 17:46:30 +01:00
render_hooks.go markup/goldmark: Fix mangling of headers/links in render hooks 2022-02-16 17:46:30 +01:00
toc.go
toc_test.go