We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4a1af commit 1ea6a6eCopy full SHA for 1ea6a6e
src/colorize.sh
@@ -123,7 +123,7 @@ esac
123
debug "Resolved ${target} to language $lang"
124
125
go4it () {
126
- cmdOpts=(${plugin} --plug-in outhtml_modern_fonts --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font="${font}" --font-size=${fontSizePoints} --style=${hlTheme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
+ cmdOpts=(${plugin} --plug-in outhtml_codefold --syntax=${lang} --quiet --include-style --font=${font} --font-size=${fontSizePoints} --style=${hlTheme} --encoding=${textEncoding} ${=extraHLFlags} --validate-input)
127
128
debug "Generating the preview"
129
if [ ${thumb} = "1" ]; then
0 commit comments