Skip to content

Reveal.js and self-contained option #2553

Closed
hugoroy opened this Issue · 4 comments

2 participants

@hugoroy

In a markdown document,

---
revealjs-url: /local/filesystem/to/reveal.js
...

Then giving the content to pandoc:

 pandoc --read=markdown --write=revealjs --output=/local/fs/slides.html --self-contained --slide-level=2 --standalone --smart

The result will not be a completely self-contained document, as far as I can see, some reveal.js files will still be referenced (in this case, to /local/filesystem/).

@hugoroy hugoroy changed the title from Reveal.js and standalone option to Reveal.js and self-contained option
@jgm
Owner
@jgm jgm added a commit that referenced this issue
@jgm Document limitations of --self-contained.
See #2553.
902c63e
@jgm
Owner
@jgm jgm closed this
@hugoroy
@jgm
Owner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.