Skip to content

Creating Slides with reveal.js

Keyboard Shortcuts

  • Next Slide: Space
  • Navigate Slide: Arrow Keys
  • Overview Mode: Esc
  • Speaker Notes: S
  • Pause Presentation / Black Screen: V/B/.

PDF Export

Append ?print-pdf to the URL, for example http://localhost:8000/?print-pdf

Reference Syntax

Images

<img
  data-src=""
  style="
              width: px;
              margin: 0 auto 1rem auto;
              background: transparent;
            "
/>
align="left"

Text

<p style="white-space: pre-line;"><small> </small></p>

Video

<section
  data-transition="slide"
  data-background="#EAB547"
  data-background-transition="zoom"
>
  <video data-src=""></video>
</section>

References and Acknowledgements

Original: https://wiki-power.com/
This post is protected by CC BY-NC-SA 4.0 agreement, should be reproduced with attribution.

This post is translated using ChatGPT, please feedback if any omissions.