We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b5f7e commit cd99b29Copy full SHA for cd99b29
1 file changed
README.md
@@ -12,8 +12,6 @@ ________________
12
Terminal slide presentations from a single markdown file. Like Keynote,
13
but it's not, and it lives in your terminal, like you.
14
15
-
16
-
17
- One `.keynot` file per presentation: YAML frontmatter for metadata and
18
theming, slides in plain markdown separated by `---`, HTML comments as
19
speaker notes (a format in the spirit of [marp](https://marp.app))
@@ -40,6 +38,8 @@ keynot play talk.keynot # present it
40
38
keynot check talk.keynot # validate and summarize a file
41
39
```
42
+
+
43
Useful `play` flags:
44
45
```sh
0 commit comments