]> git.maquefel.me Git - brevno-suite/hugo/commit
Add Markdown render hooks for tables
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 30 Aug 2024 08:58:43 +0000 (10:58 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 31 Aug 2024 15:21:31 +0000 (17:21 +0200)
commitf738669a4d09ca04619f4d0f89d90c9b414e9f2e
tree5e05f8a849d921dc4380ac8552fd90891331b04a
parentb63f24adc78e09c1044b448daa7c6cb375cebee6
Add Markdown render hooks for tables

Fixes #9316
Fixes #12811
13 files changed:
hugolib/page__per_output.go
hugolib/site.go
markup/converter/hooks/hooks.go
markup/goldmark/blockquotes/blockquotes.go
markup/goldmark/codeblocks/render.go
markup/goldmark/convert.go
markup/goldmark/convert_test.go
markup/goldmark/internal/render/context.go
markup/goldmark/passthrough/passthrough.go
markup/goldmark/render_hooks.go
markup/goldmark/tables/tables.go [new file with mode: 0644]
markup/goldmark/tables/tables_integration_test.go [new file with mode: 0644]
tpl/tplimpl/embedded/templates/_default/_markup/render-table.html [new file with mode: 0644]