diff --git a/markup/goldmark/render_hooks.go b/markup/goldmark/render_hooks.go index 0e942e6f57a..9e9ca197678 100644 --- a/markup/goldmark/render_hooks.go +++ b/markup/goldmark/render_hooks.go @@ -148,8 +148,9 @@ var ( // Attributes with special meaning that does not make sense to render in HTML. attributeExcludes = map[string]bool{ - "linenos": true, "hl_lines": true, + "hl_style": true, + "linenos": true, "linenostart": true, } )