diff --git a/helpers/pygments.go b/helpers/pygments.go index 3adde75f7..b0e11cb75 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -140,6 +140,10 @@ func init() { pygmentsKeywords["linenos"] = true pygmentsKeywords["classprefix"] = true pygmentsKeywords["startinline"] = true + pygmentsKeywords["title"] = true + pygmentsKeywords["anchorlinenos"] = true + pygmentsKeywords["lineanchors"] = true + pygmentsKeywords["linespans"] = true } func parseOptions(options map[string]string, in string) error {