We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 828db79 + 0bb527d commit cf49be2Copy full SHA for cf49be2
git/README.md
@@ -3,6 +3,11 @@
3
The git slides use [`marp-cli`](https://github.com/marp-team/marp-cli):
4
5
```
6
-marp slides.md -o index.html
7
-marp slides.md -o slides.pdf
+# install
+npm install -g @marp-team/marp-cli@latest
8
+
9
+# convert
10
+marp slides.md -o index.html --html
11
+marp slides.md -o slides.pdf --html --pdf --allow-local-files
12
+marp slides.md -o slides.pptx --html --allow-local-files
13
0 commit comments