mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Whitelist startinline pygments option
This commit is contained in:
parent
27d7aa5f10
commit
fbce84450b
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue