8 lines
338 B
Bash
8 lines
338 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# npx @marp-team/marp-cli@latest meeting_notes.md -o output.html
|
|
# npx @marp-team/marp-cli@latest meeting_notes.md --allow-local-files --pptx
|
|
# npx @marp-team/marp-cli@latest meeting_notes.md --allow-local-files -o output.pptx
|
|
npx @marp-team/marp-cli@latest --allow-local-files meeting_notes.md -o output.pdf |