Update wishlist

This commit is contained in:
askiiart 2023-11-20 11:08:03 -06:00
parent 6d36a345a2
commit 05f03ac1f5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
8 changed files with 37 additions and 27 deletions

View file

@ -6,6 +6,5 @@ find . -name "*.md" | while read -r item; do
item="${item%.*}"
echo "Currently processing ${item}"
pandoc -f markdown-smart --data-dir . --template ${dir}/template.html -t html -o ${item}.html ${item}.md --metadata title="$(grep -m 1 -oP '(?<=^# ).*' ${item}.md | cat)"
sed -i s/sourceCode\ /language-/g ${item}.html
done
find . \( ! -regex './md2html.sh' \) -type f | xargs sed -i 's/sourceCode /language-/g'