From 86f26aefb312cd24a08c9c773c96c50da429bb43 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 15 Mar 2024 15:48:13 -0400 Subject: tag grouppings, WIP --- convert_md_to_asciidoc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'convert_md_to_asciidoc.sh') diff --git a/convert_md_to_asciidoc.sh b/convert_md_to_asciidoc.sh index bec8985..79b6442 100755 --- a/convert_md_to_asciidoc.sh +++ b/convert_md_to_asciidoc.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash for markdown in ./mds/*.md; do - name=$(basename -s ".md" ${markdown}) - pandoc -t asciidoc -f markdown ${markdown} > ./mds/${name}.txt + name=$(basename -s ".md" "${markdown}") + pandoc -t asciidoc -f markdown "${markdown}" > ./mds/"${name}".txt done -- cgit v1.2.3