diff options
author | Joe Mooring <joe.mooring@veriphor.com> | 2024-12-31 08:35:22 -0500 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2024-12-31 15:46:46 +0100 |
commit | 2db43f841c7d2db0edcb3a3478c0833c38ae5997 (patch) | |
tree | 45a2f0d79f5f0b00fb163d14d905b54ae056cae4 /markup/internal/attributes | |
parent | 46ce1f191bbc4c263e3c4fafad8ad8a16a81450c (diff) | |
download | hugo-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.go | 1 |
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, } |