mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Whitelist startinline pygments option
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
27d7aa5f10
commit
fbce84450b
@@ -155,6 +155,7 @@ func init() {
|
|||||||
pygmentsKeywords["lineanchors"] = true
|
pygmentsKeywords["lineanchors"] = true
|
||||||
pygmentsKeywords["linespans"] = true
|
pygmentsKeywords["linespans"] = true
|
||||||
pygmentsKeywords["anchorlinenos"] = true
|
pygmentsKeywords["anchorlinenos"] = true
|
||||||
|
pygmentsKeywords["startinline"] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
func parseOptions(options map[string]string, in string) error {
|
func parseOptions(options map[string]string, in string) error {
|
||||||
|
Reference in New Issue
Block a user