Change Markdown renderer

This commit is contained in:
Lucia Ceionia
2023-06-27 22:02:37 -05:00
parent 008c15374c
commit 14ea90ad4c
10 changed files with 353 additions and 85 deletions

View File

@@ -10,7 +10,7 @@ OUTDIR=html
LIST=$(addprefix html/, $(files))
$(OUTDIR)/%.html: %.md | $(OUTDIR)
pandoc $< -f markdown -t html -s -o $@
kramdown $< > $@
$(OUTDIR)/%: % | $(OUTDIR)
cp $< $@