Fix links in manual (#8188)
* Fix link to slide shows section * Fix link to reveal.js section
This commit is contained in:
parent
98fb8521a7
commit
7999b0b96e
1 changed files with 3 additions and 2 deletions
|
@ -2665,7 +2665,8 @@ math equations flush left using [YAML metadata](#layout) or with
|
|||
|
||||
### Variables for HTML slides
|
||||
|
||||
These affect HTML output when [producing slide shows with pandoc].
|
||||
These affect HTML output when [producing slide shows with
|
||||
pandoc](#slide-shows).
|
||||
|
||||
`institute`
|
||||
: author affiliations: can be a list when there are multiple authors
|
||||
|
@ -2686,7 +2687,7 @@ These affect HTML output when [producing slide shows with pandoc].
|
|||
|
||||
`title-slide-attributes`
|
||||
: additional attributes for the title slide of reveal.js slide shows.
|
||||
See [background in reveal.js and beamer] for an example.
|
||||
See [background in reveal.js, beamer, and pptx] for an example.
|
||||
|
||||
All [reveal.js configuration options] are available as variables.
|
||||
To turn off boolean flags that default to true in reveal.js, use `0`.
|
||||
|
|
Loading…
Add table
Reference in a new issue