Skip to content

Commit c024f18

Browse files
committed
Removed inline CSS for syntax-highlighting.
1 parent 1008bbe commit c024f18

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

syntax-highlighting.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,7 @@ EXTENSION="${BASENAME##*.}"
118118
# exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
119119

120120
# This is for version 3
121-
exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
121+
# exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
122+
123+
# Version 3 without inline-css
124+
exec highlight --force -f -I -O xhtml -S "$EXTENSION" 2>/dev/null

0 commit comments

Comments
 (0)