generator md: Try Discount markdown
This commit is contained in:
parent
a1da086ef4
commit
476dff8dec
6
qsgen2
6
qsgen2
@ -153,10 +153,10 @@ elif [[ ${generator} == "markdown" ]]; then
|
|||||||
else
|
else
|
||||||
# Usage: ${engine} ${1} - Where 1 is the file you want parsed
|
# Usage: ${engine} ${1} - Where 1 is the file you want parsed
|
||||||
function engine() {
|
function engine() {
|
||||||
local command="/usr/bin/markdown-it"
|
local command="/usr/bin/markdown"
|
||||||
local c-opts=""
|
local c-opts="-d -n -s"
|
||||||
|
|
||||||
command c-opts "$1" > "$1"
|
command c-opts "${1}" > "${1}"
|
||||||
}
|
}
|
||||||
export file_ext=md
|
export file_ext=md
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user