We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1008bbe commit c024f18Copy full SHA for c024f18
syntax-highlighting.sh
@@ -118,4 +118,7 @@ EXTENSION="${BASENAME##*.}"
118
# exec highlight --force -f -I -X -S "$EXTENSION" 2>/dev/null
119
120
# This is for version 3
121
-exec highlight --force --inline-css -f -I -O xhtml -S "$EXTENSION" 2>/dev/null
+# 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