diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2019-03-01 21:51:29 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-01 21:51:29 -0800 |
| commit | 068fff202398aa51ca5424284a754df9949e5c03 (patch) | |
| tree | a250e150d891b4916691c5027f0f2a04b3522c90 | |
| parent | f431f67b2f2f5071345fa5800658375afaf44c1b (diff) | |
| download | pandoc-068fff202398aa51ca5424284a754df9949e5c03.tar.gz | |
Update MANUAL on slide shows to reflect changes.
| -rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index d92a7afe5..8ef6c54e3 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -4555,9 +4555,9 @@ rules: * Headers *above* the slide level in the hierarchy create "title slides," which just contain the section title and help to break the slide show into sections. - - * Content *above* the slide level will not appear in the slide - show. + Non-slide content under these headers will be included + on the title slide (for HTML slide shows) or in a + subsequent slide with the same title (for beamer). * A title page is constructed automatically from the document's title block, if present. (In the case of beamer, this can be disabled |
