diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-08 22:41:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-08 22:41:04 -0700 |
commit | 4dad7c5e86d9b6661f00912c4443245de6a636a4 (patch) | |
tree | a3570e3dbc4e70ea3220665be53dc77ae6d0012d | |
parent | 8696725cd9b07c29086255590ccab038aa31c610 (diff) | |
download | pandoc-4dad7c5e86d9b6661f00912c4443245de6a636a4.tar.gz |
MANUAL: document some pptx limitations...
in slide show section:
- no incremental display (#5689)
- no pause with `. . .` (#5701)
-rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 3594a541c..f337e0808 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4701,6 +4701,9 @@ option): Both methods allow incremental and nonincremental lists to be mixed in a single document. +Note: Neither the `-i/--incremental` option nor any of the +methods described here currently works for PowerPoint output. + Inserting pauses ---------------- @@ -4715,6 +4718,8 @@ three dots, separated by spaces: content after the pause +Note: this feature is not yet implemented for PowerPoint output. + Styling the slides ------------------ |