Merge pull request #463 from steelman/sec-tabel-of-content

Avoid clash with id generated by org-html-toc
This commit is contained in:
Yujie Wen 2021-11-07 19:21:54 +08:00 committed by GitHub
commit a78ca48a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ Reveal.initialize({
(toc-slide-background-opacity (plist-get info :reveal-toc-slide-background-opacity))
(toc-slide-with-header (plist-get info :reveal-slide-global-header))
(toc-slide-with-footer (plist-get info :reveal-slide-global-footer)))
(concat "<section id=\"table-of-contents\""
(concat "<section id=\"sec-table-of-contents\""
(when toc-slide-background
(concat " data-background=\"" toc-slide-background "\""))
(when toc-slide-background-size