-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
revealjs output is broken #6408
Comments
The new version of reveal.js changes some paths and breaks pandoc's output. We've made changes in the dev version to work with the latest reveal.js, so try a nightly and see if your issue is fixed already in the master branch. |
Hello John thanks a lot for your work on Pandoc, we all owe to you! pandoc -t revealjs -s -o myslides.html myslides.md -V revealjs-url=https://revealjs.com creates an output file myslides.html that is not interpreted at runtime. |
Hey all 👋 The website at https://revealjs.com was recently updated to reveal.js 4.0 so all of the assets were moved. If you swap out
|
@jgm If you're adding support for reveal.js 4.0 in an upcoming pandoc version, it would be more future-proof to point to a versioned copy of reveal.js on unpkg. For example https://unpkg.com/reveal.js@^4/ should avoid any breaking changes. |
@hakimel thanks for the suggestion. I think I'll change that in the defaults. |
pandoc 2.9.2.1 on Arch Linux
produces output with the following error messages in Web Developer:
The example16d.html file itself looks like plain old HTML, with no CSS or JavaScript to speak of. I attach the entire folder to this issue.
I expected to get this.
pandoc-revealjs.tar.gz
The text was updated successfully, but these errors were encountered: