mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-11 08:13:59 +00:00
parent
8cd4492407
commit
20a7ce7c1b
1 changed files with 2 additions and 1 deletions
|
@ -148,8 +148,9 @@ var (
|
||||||
|
|
||||||
// Attributes with special meaning that does not make sense to render in HTML.
|
// Attributes with special meaning that does not make sense to render in HTML.
|
||||||
attributeExcludes = map[string]bool{
|
attributeExcludes = map[string]bool{
|
||||||
"linenos": true,
|
|
||||||
"hl_lines": true,
|
"hl_lines": true,
|
||||||
|
"hl_style": true,
|
||||||
|
"linenos": true,
|
||||||
"linenostart": true,
|
"linenostart": true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue