summaryrefslogtreecommitdiffstats
path: root/markup/internal/attributes
diff options
context:
space:
mode:
authorJoe Mooring <joe.mooring@veriphor.com>2024-12-31 08:35:22 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-12-31 15:46:46 +0100
commit2db43f841c7d2db0edcb3a3478c0833c38ae5997 (patch)
tree45a2f0d79f5f0b00fb163d14d905b54ae056cae4 /markup/internal/attributes
parent46ce1f191bbc4c263e3c4fafad8ad8a16a81450c (diff)
downloadhugo-2db43f841c7d2db0edcb3a3478c0833c38ae5997.tar.gz
hugo-2db43f841c7d2db0edcb3a3478c0833c38ae5997.zip
markup/highlight: Remove noHl option
Closes #9885
Diffstat (limited to 'markup/internal/attributes')
-rw-r--r--markup/internal/attributes/attributes.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/markup/internal/attributes/attributes.go b/markup/internal/attributes/attributes.go
index 9c147f766..b2d4a5ed6 100644
--- a/markup/internal/attributes/attributes.go
+++ b/markup/internal/attributes/attributes.go
@@ -36,7 +36,6 @@ var chromaHighlightProcessingAttributes = map[string]bool{
"lineNoStart": true,
"lineNumbersInTable": true,
"noClasses": true,
- "nohl": true,
"style": true,
"tabWidth": true,
}