This commit is contained in:
Miloslav Ciz 2022-03-27 00:35:50 +01:00
parent 53fdfcde15
commit 8e0b684280
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ for f in *.md; do
f2="html/${fname}.html"
echo $HEADER > $f2
markdown $f | sed "s/\.md\"/.html\"/g" >> $f2
cmark-gfm -e table $f | sed "s/\.md\"/.html\"/g" >> $f2
echo $FOOTER >> $f2
done