diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-09 16:15:17 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-09 16:15:17 +0800 |
commit | 87175801b75d4e67a4f33e93bd7c63c79c7ee4f3 (patch) | |
tree | a8862cd86c38700406188d8f4aa9ee4421a98320 /www/scripts | |
parent | 391c4c53416dfbaf70f71da33fe42528042c4277 (diff) |
add abbr for markdown
Diffstat (limited to 'www/scripts')
-rwxr-xr-x | www/scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/scripts/build.sh b/www/scripts/build.sh index cec10fd..f5f50c9 100755 --- a/www/scripts/build.sh +++ b/www/scripts/build.sh | |||
@@ -3,7 +3,7 @@ | |||
3 | set -e | 3 | set -e |
4 | 4 | ||
5 | # Executable command for markdown | 5 | # Executable command for markdown |
6 | markdown_bin="markdown -f fencedcode,autolink,alphalist,autolink,footnote" | 6 | markdown_bin="markdown -f fencedcode,autolink,alphalist,autolink,footnote,definitionlist" |
7 | 7 | ||
8 | # Directory for input/output | 8 | # Directory for input/output |
9 | input_dir=${input_dir:?ENV \"input_dir\" is not set} | 9 | input_dir=${input_dir:?ENV \"input_dir\" is not set} |