]> git.maquefel.me Git - brevno-suite/hugo/commit
Add render hooks for inline and block passthrough snippets
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 5 Aug 2024 09:00:47 +0000 (11:00 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 7 Aug 2024 16:28:23 +0000 (18:28 +0200)
commitc6227f1d8597f053986c13eac131ae5122a68444
treecba7d8960a2b5b52adb1d0e361212e3beb7a5877
parent1781b18427134a7421ffba361e153c57b3ce2b2f
Add render hooks for inline and block passthrough snippets

Fixes #11927
go.mod
go.sum
hugolib/page__per_output.go
hugolib/site.go
markup/converter/hooks/hooks.go
markup/goldmark/codeblocks/render.go
markup/goldmark/convert.go
markup/goldmark/internal/render/context.go
markup/goldmark/passthrough/passthrough.go [new file with mode: 0644]
markup/goldmark/passthrough/passthrough_integration_test.go [new file with mode: 0644]