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 /src/Text | |
| parent | 25253bdea4db6fa890af84a361cc1ab677807a06 (diff) | |
fix(revealjs)!: upgrade reveal.js to v5 (#10740)
because v4 on unpkg.com is no longer available.
Diffstat (limited to 'src/Text')
| -rw-r--r-- | src/Text/Pandoc/Writers/HTML.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index 17d726372..9d1a44e53 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -447,7 +447,7 @@ pandocToHtml opts (Pandoc meta blocks) = do defField "slidy-url" ("https://www.w3.org/Talks/Tools/Slidy2" :: Doc Text) . defField "slideous-url" ("slideous" :: Doc Text) . - defField "revealjs-url" ("https://unpkg.com/reveal.js@^4" :: Doc Text) $ + defField "revealjs-url" ("https://unpkg.com/reveal.js@^5" :: Doc Text) $ defField "s5-url" ("s5/default" :: Doc Text) . defField "table-caption-below" (writerTableCaptionPosition opts == CaptionBelow) . |
