markup/highlight: Remove noHl option

Closes #9885
This commit is contained in:
Joe Mooring
2024-12-31 08:35:22 -05:00
committed by Bjørn Erik Pedersen
parent 46ce1f191b
commit 2db43f841c
3 changed files with 1 additions and 8 deletions

View File

@@ -36,7 +36,6 @@ var chromaHighlightProcessingAttributes = map[string]bool{
"lineNoStart": true,
"lineNumbersInTable": true,
"noClasses": true,
"nohl": true,
"style": true,
"tabWidth": true,
}