Revert "markup/highlight: Add hl_inline option"

This reverts commit a360cab75a.
This commit is contained in:
Bjørn Erik Pedersen
2022-03-10 10:06:22 +01:00
parent 4e14cf7607
commit b82d95575d
4 changed files with 2 additions and 72 deletions

View File

@@ -38,7 +38,6 @@ var chromaHightlightProcessingAttributes = map[string]bool{
"nohl": true,
"style": true,
"tabWidth": true,
"hl_inline": true, // New in 0.94.0.
}
func init() {