markup/goldmark/codeblocks: Fix slice bounds out of range
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 8 Mar 2022 19:10:19 +0000 (20:10 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 8 Mar 2022 20:50:21 +0000 (21:50 +0100)
commit53a6210d82eaa2cff7c802df88ff08dac5e7dced
treebc393f3dc7646e7200e2a03f6e54aa474ce836fe
parent7182809d96a1decf937074556ef9f6370b145c4f
markup/goldmark/codeblocks: Fix slice bounds out of range

For the Position in code blocks we try to match the .Inner with the original source. This isn't always possible.

This commits avoids panics in these situations.

Fixes #9627
hugolib/page.go
markup/goldmark/codeblocks/integration_test.go