proper unit tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user