update readme
This commit is contained in:
parent
acf98f1387
commit
7a5698467f
11
README.md
11
README.md
@ -11,11 +11,18 @@ 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
|
||||
The [marp-cli](https://github.com/marp-team/marp-cli) can be used to convert the md to pdf:
|
||||
- Stand alone linux package https://github.com/marp-team/marp-cli/releases
|
||||
- docker container https://hub.docker.com/r/marpteam/marp-cli/
|
||||
`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
|
||||
|
||||
- use config
|
||||
- run using cli command when in prod mdoe (inside docker)
|
||||
- run using docker when in dev mode
|
||||
|
||||
Script to run:
|
||||
Steps:
|
||||
1. csv -> marp markdown converter
|
||||
2. md -> pdf conversion using mark cli docker image
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user