proper unit tests

This commit is contained in:
dechert
2021-06-16 16:55:11 +02:00
parent 16d67c49f4
commit 7986ab6bab
6 changed files with 50 additions and 38 deletions

View File

@@ -2,6 +2,7 @@
multiple-choice-quiz-csv-to-marp-markdown-slides-converter
this tool can convert a csv file into a [Marp](https://marpit.marp.app/) markdown slides, which can subsequently be converted into a pdf file.
csv needs to have the following format
````
@@ -10,7 +11,6 @@ Kategorie 1: Zitate ( Wer hat's gesagt?),,,,
````
Strings surrounded with quotation marks
docker run --rm --init -v $PWD:/home/marp/app/ -e LANG=$LANG marpteam/marp-cli slide-deck.md --pdf
powerpoint export is also possible with --pptx