refactoring previous Markdown generator into a legacy mode

This commit is contained in:
Hartmut Seichter 2024-05-16 08:40:09 +02:00
parent e9407a6b6e
commit df1cff80d8
3 changed files with 47 additions and 26 deletions

View file

@ -29,5 +29,9 @@ debug:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml mod.test.yaml -p --title "## {}" -l de -f name credits goal content
# | pandoc ${target_flags} -V lang:de -o ${target_de}
debug-legacy:
python ${coursebuilder} -s schema.yaml -m mod.cg.yaml mod.interactsys.yaml mod.test.yaml -p --legacy --title "## {}" -l de -f name credits goal content
# | pandoc ${target_flags} -V lang:de -o ${target_de}
.PHONY: clean