diff --git a/helpers/pygments.go b/helpers/pygments.go index 38266b267..6f7485845 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -155,6 +155,7 @@ func init() { pygmentsKeywords["lineanchors"] = true pygmentsKeywords["linespans"] = true pygmentsKeywords["anchorlinenos"] = true + pygmentsKeywords["startinline"] = true } func parseOptions(options map[string]string, in string) error {