mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
markup/highlight: Add hl_inline option
Closes #9442 Closes #9635 Closes #9638
This commit is contained in:
parent
580b214a4c
commit
d863dde6c6
4 changed files with 163 additions and 14 deletions
|
@ -30,6 +30,7 @@ var chromaHightlightProcessingAttributes = map[string]bool{
|
|||
"anchorLineNos": true,
|
||||
"guessSyntax": true,
|
||||
"hl_Lines": true,
|
||||
"hl_inline": true,
|
||||
"lineAnchors": true,
|
||||
"lineNos": true,
|
||||
"lineNoStart": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue