Minor change

This commit is contained in:
Stig-Ørjan Smelror 2024-02-10 21:52:59 +01:00
parent 13e9c8d172
commit 638f073f17

2
qsgen2
View File

@ -198,7 +198,7 @@ elif [[ ${generator} == "markdown" ]]; then
else
# Usage: ${engine} ${1} - Where 1 is the file you want parsed
engine="/usr/local/bin/pandoc"
engine_opts="--from=markdown --to=html"
engine_opts=" --from=markdown --to=html "
export file_ext="md"
fi
else