Whitelist startinline pygments option

This commit is contained in:
Kim Gressens 2016-10-06 14:59:49 +02:00 committed by Bjørn Erik Pedersen
parent 27d7aa5f10
commit fbce84450b

View file

@ -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 {