diff options
| author | Kolen Cheung <[email protected]> | 2025-03-29 16:53:55 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-29 09:53:55 -0700 |
| commit | b526c504ea1223e75756de9ede29a4df017ae1a1 (patch) | |
| tree | 0a389eea9615dcdb55e8337c9f52798ef78c9177 /pandoc-cli | |
| parent | 25253bdea4db6fa890af84a361cc1ab677807a06 (diff) | |
fix(revealjs)!: upgrade reveal.js to v5 (#10740)
because v4 on unpkg.com is no longer available.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/man/pandoc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cli/man/pandoc.1 b/pandoc-cli/man/pandoc.1 index b09377d3e..4e54ebdb4 100644 --- a/pandoc-cli/man/pandoc.1 +++ b/pandoc-cli/man/pandoc.1 @@ -2807,7 +2807,7 @@ author affiliations: can be a list when there are multiple authors .TP \f[CR]revealjs\-url\f[R] base URL for reveal.js documents (defaults to -\f[CR]https://unpkg.com/reveal.js\[at]\[ha]4/\f[R]) +\f[CR]https://unpkg.com/reveal.js\[at]\[ha]5/\f[R]) .TP \f[CR]s5\-url\f[R] base URL for S5 documents (defaults to \f[CR]s5/default\f[R]) |
