generator md: Let's give this a try
This commit is contained in:
2
qsgen2
2
qsgen2
@ -152,7 +152,7 @@ elif [[ ${generator} == "markdown" ]]; then
|
||||
exit
|
||||
else
|
||||
# Usage: ${engine} ${1} - Where 1 is the file you want parsed
|
||||
engine="/usr/bin/markdown-it"
|
||||
engine="/usr/bin/markdown-it \"$1\" > $1"
|
||||
export file_ext=md
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user