diff --git a/modules/caddyhttp/templates/tplcontext.go b/modules/caddyhttp/templates/tplcontext.go index 3fa49a7..f49c369 100644 --- a/modules/caddyhttp/templates/tplcontext.go +++ b/modules/caddyhttp/templates/tplcontext.go @@ -237,7 +237,7 @@ func (c templateContext) funcMarkdown(input interface{}) (template.HTML, error) md := goldmark.New( goldmark.WithExtensions( extension.GFM, - extension.Table, + extension.Footnote, highlighting.NewHighlighting( highlighting.WithFormatOptions( html.WithClasses(true),